Foxit PDF SDK
|
Inherits FoxitPDFSDKPython2._object.
Public Member Functions | |
def | LayerZoomData () |
Constructor. | |
def | LayerZoomData (data) |
Constructor, with another layer zoom data object. More... | |
def | LayerZoomData (min_factor, max_factor) |
Constructor, with parameters. More... | |
def | Set (min_factor, max_factor) |
Set value. More... | |
Static Public Attributes | |
max_factor = _swig_property(_fsdk.LayerZoomData_max_factor_get, _fsdk.LayerZoomData_max_factor_set) | |
The magnification factor below which the group should be ON. A negative number means no magnification zoom factor. | |
min_factor = _swig_property(_fsdk.LayerZoomData_min_factor_get, _fsdk.LayerZoomData_min_factor_set) | |
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 FoxitPDFSDKPython2.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 FoxitPDFSDKPython2.LayerZoomData.LayerZoomData | ( | data | ) |
Constructor, with another layer zoom data object.
[in] | data | Another layer zoom data object. |
def FoxitPDFSDKPython2.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. |