|
Foxit PDF SDK
|
Inherits FoxitPDFSDKPython3._object.
Public Member Functions | |
| def | LayerPrintData () |
| Constructor. | |
| def | LayerPrintData (data) |
| Constructor, with another layer print data object. More... | |
| def | Set (subtype, print_state) |
| Set value. More... | |
Static Public Attributes | |
| print_state = _fsdk.LayerPrintData_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... | |
| subtype = _fsdk.LayerPrintData_subtype | |
| A string that specifies the kind of content controlled by a layer. | |
This class represents data for PDF layer printing usage.
| def FoxitPDFSDKPython3.LayerPrintData.LayerPrintData | ( | data | ) |
Constructor, with another layer print data object.
| [in] | data | Another layer print data object. |
| def FoxitPDFSDKPython3.LayerPrintData.Set | ( | subtype, | |
| 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 FoxitPDFSDKPython3.LayerTree.e_StateON and this should be one of these values except FoxitPDFSDKPython3.LayerTree.e_StateUnchanged . |
|
static |
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 FoxitPDFSDKPython3.LayerTree.e_StateON and this should be one of these values except FoxitPDFSDKPython3.LayerTree.e_StateUnchanged .