Foxit PDF SDK
fsdk.LayerZoomData Class Reference

Public Member Functions

def GetMax_factor ()
 Get the magnification factor below which the group should be ON. More...
 
def GetMin_factor ()
 Get the minimum recommended magnification factor at which the group should be ON. More...
 
def Set (min_factor, max_factor)
 Set value.
More...
 
def SetMax_factor (value)
 Set the magnification factor below which the group should be ON. More...
 
def SetMin_factor (value)
 Set the minimum recommended magnification factor at which the group should be ON. More...
 

Detailed Description

This class represents data for PDF layer zooming usage.

Member Function Documentation

◆ GetMax_factor()

fsdk.LayerZoomData.GetMax_factor ( )

Get the magnification factor below which the group should be ON.

Returns
The magnification factor below which the group should be ON. A negative number means no magnification zoom factor.

◆ GetMin_factor()

fsdk.LayerZoomData.GetMin_factor ( )

Get the minimum recommended magnification factor at which the group should be ON.

Returns
The minimum recommended magnification factor at which the group should be ON. A negative number means no minimum zoom factor.

◆ Set()

def fsdk.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.

◆ SetMax_factor()

fsdk.LayerZoomData.SetMax_factor (   value)

Set the magnification factor below which the group should be ON.

Parameters
[in]valueThe magnification factor below which the group should be ON. A negative number means no magnification zoom factor.
Returns
None.

◆ SetMin_factor()

fsdk.LayerZoomData.SetMin_factor (   value)

Set the minimum recommended magnification factor at which the group should be ON.

Parameters
[in]valueThe minimum recommended magnification factor at which the group should be ON. A negative number means no minimum zoom factor.
Returns
None.