|
Foxit PDF SDK
|
Inherits FoxitPDFSDKPython3._object.
Public Member Functions | |
| def | LayerZoomData () |
| Constructor. | |
| def | LayerZoomData (min_factor, max_factor) |
| Constructor, with parameters. More... | |
| def | LayerZoomData (data) |
| Constructor, with another layer zoom data object. More... | |
| def | Set (min_factor, max_factor) |
| Set value. More... | |
Static Public Attributes | |
| max_factor = _fsdk.LayerZoomData_max_factor | |
| The magnification factor below which the group should be ON. A negative number means no magnification zoom factor. | |
| min_factor = _fsdk.LayerZoomData_min_factor | |
| The minimum recommended magnification factor at which the group should be ON. A negative number means no minimum zoom factor. | |
This class represents data for PDF layer zooming usage.
| def FoxitPDFSDKPython3.LayerZoomData.LayerZoomData | ( | min_factor, | |
| max_factor | |||
| ) |
Constructor, with parameters.
| [in] | min_factor | The minimum recommended magnification factor, in float. A negative number means no minimum zoom factor. |
| [in] | max_factor | The magnification factor, in float. A negative number means no magnification zoom factor. |
| def FoxitPDFSDKPython3.LayerZoomData.LayerZoomData | ( | data | ) |
Constructor, with another layer zoom data object.
| [in] | data | Another layer zoom data object. |
| def FoxitPDFSDKPython3.LayerZoomData.Set | ( | min_factor, | |
| max_factor | |||
| ) |
Set value.
| [in] | min_factor | The minimum recommended magnification factor, in float. A negative number means no minimum zoom factor. |
| [in] | max_factor | The magnification factor, in float. A negative number means no magnification zoom factor. |