|
Foxit PDF SDK
|
Inherits NSObject.
Instance Methods | |
| (id) | - init |
| Constructor. | |
| (id) | - initWithData: |
| Constructor, with another layer print data object. More... | |
| (id) | - initWithSubtype:print_state: |
| Constructor, with parameters. More... | |
| (void) | - set:print_state: |
| Set value. More... | |
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. | |
This class represents data for PDF layer printing usage.
| - (id) initWithData: | (FSLayerPrintData*) | data |
Constructor, with another layer print data object.
| [in] | data | Another layer print data object. |
| - (id) initWithSubtype: | (NSString *) | subtype | |
| print_state: | (FSLayerTreeUsageState) | print_state | |
Constructor, with parameters.
| [in] | subtype | A string to specify the kind of content controlled by a layer. |
| [in] | print_state | Layer 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. |
| - (void) set: | (NSString *) | subtype | |
| print_state: | (FSLayerTreeUsageState) | print_state | |
Set value.
| [in] | subtype | A string to specify the kind of content controlled by a layer. |
| [in] | print_state | Layer 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. |
|
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.