|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetPrint_state () |
| Get layer usage state, indicating that the group should be set to that state when the document is printed from a viewer application. More... | |
| def | GetSubtype () |
| Get a string that specifies the kind of content controlled by a layer. More... | |
| def | Set (subtype, print_state) |
| Set value. More... | |
| def | SetPrint_state (value) |
| Set layer usage state, indicating that the group should be set to that state when the document is printed from a viewer application. More... | |
| def | SetSubtype (value) |
| Set a string that specifies the kind of content controlled by a layer. More... | |
This class represents data for PDF layer printing usage.
| fsdk.LayerPrintData.GetPrint_state | ( | ) |
Get 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 fsdk.LayerTreeE_StateON and this should be one of these values except fsdk.LayerTreeE_StateUnchanged .
| fsdk.LayerPrintData.GetSubtype | ( | ) |
Get a string that specifies the kind of content controlled by a layer.
| def fsdk.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 fsdk.LayerTreeE_StateON and this should be one of these values except fsdk.LayerTreeE_StateUnchanged . |
| fsdk.LayerPrintData.SetPrint_state | ( | value | ) |
Set 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 fsdk.LayerTreeE_StateON and this should be one of these values except fsdk.LayerTreeE_StateUnchanged .
| [in] | value | Layer usage state, indicating that the group should be set to that state when the document is printed from a viewer application. |
| fsdk.LayerPrintData.SetSubtype | ( | value | ) |
Set a string that specifies the kind of content controlled by a layer.
| [in] | value | A string that specifies the kind of content controlled by a layer. |