Foxit PDF SDK  9.1
FSLayerPrintData Class Reference
Inheritance diagram for FSLayerPrintData:

Instance Methods

(void) - dealloc
 
(void *) - getCptr
 
(id) - init
 Constructor.
More...
 
(id) - initWithCptr:swigOwnCObject:
 
(id) - initWithData:
 Constructor, with another layer print data object.
More...
 
(id) - initWithSubtype:print_state:
 
(void) - set:print_state:
 Set value.
More...
 

Protected Attributes

BOOL swigCMemOwn
 
void * swigCPtr
 

Properties

FSLayerTreeUsageState print_state
 Layer usage state, indicating that the group should be set to that state when the document is printed from a viewer application.
More...
 
NSString * subtype
 A string that specifies the kind of content controlled by a layer.
More...
 

Detailed Description

This class represents data for PDF layer printing usage.

Method Documentation

◆ dealloc

- (void) dealloc

◆ getCptr

- (void*) getCptr

◆ init

- (id) init

Constructor.

◆ initWithCptr:swigOwnCObject:

- (id) initWithCptr: (void *)  cptr
swigOwnCObject: (BOOL)  ownCObject 

◆ initWithData:

- (id) initWithData: (FSLayerPrintData*)  data

Constructor, with another layer print data object.

Parameters
[in]dataAnother layer print data object.

◆ initWithSubtype:print_state:

- (id) initWithSubtype: (NSString *)  subtype
print_state: (FSLayerTreeUsageState print_state 

◆ set:print_state:

- (void) set: (NSString *)  subtype
print_state: (FSLayerTreeUsageState print_state 

Set value.

Parameters
[in]subtypeA string to specify the kind of content controlled by a layer.
[in]print_stateLayer usage state, indicating that the layer should be set to that state when the document is printed from a viewer application. Please refer to values starting from FSLayerTreeStateON and this should be one of these values except FSLayerTreeStateUnchanged.
Returns
None.

Member Data Documentation

◆ swigCMemOwn

- (BOOL) swigCMemOwn
protected

◆ swigCPtr

- (void*) swigCPtr
protected

Property Documentation

◆ print_state

- (FSLayerTreeUsageState) print_state
readwritenonatomicassign

Layer usage state, indicating that the group should be set to that state when the document is printed from a viewer application.

Please refer to values starting from FSLayerTreeStateON and this should be one of these values except FSLayerTreeStateUnchanged.

◆ subtype

- (NSString *) subtype
readwritenonatomiccopy

A string that specifies the kind of content controlled by a layer.