Foxit PDF SDK
FoxitPDFSDKPython2.LayerZoomData Class Reference

Inherits FoxitPDFSDKPython2._object.

Public Member Functions

def LayerZoomData ()
 Constructor. 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.
 

Detailed Description

This class represents data for PDF layer zooming usage.

Constructor & Destructor Documentation

◆ LayerZoomData()

def FoxitPDFSDKPython2.LayerZoomData.LayerZoomData ( )

Constructor.

Constructor, with another layer zoom data object.

Constructor, with parameters.

Parameters
[in]min_factorThe minimum recommended magnification factor, in float. A negative number means no minimum zoom factor.
[in]max_factorThe magnification factor, in float. A negative number means no magnification zoom factor.
[in]dataAnother layer zoom data object.

Member Function Documentation

◆ Set()

def FoxitPDFSDKPython2.LayerZoomData.Set (   min_factor,
  max_factor 
)

Set value.

Parameters
[in]min_factorThe minimum recommended magnification factor, in float. A negative number means no minimum zoom factor.
[in]max_factorThe magnification factor, in float. A negative number means no magnification zoom factor.
Returns
None.