|
Foxit PDF SDK
|
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... | |
This class represents data for PDF layer zooming usage.
| fsdk.LayerZoomData.GetMax_factor | ( | ) |
Get the magnification factor below which the group should be ON.
| fsdk.LayerZoomData.GetMin_factor | ( | ) |
Get the minimum recommended magnification factor at which the group should be ON.
| def fsdk.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. |
| fsdk.LayerZoomData.SetMax_factor | ( | value | ) |
Set the magnification factor below which the group should be ON.
| [in] | value | The magnification factor below which the group should be ON. A negative number means no magnification zoom factor. |
| fsdk.LayerZoomData.SetMin_factor | ( | value | ) |
Set the minimum recommended magnification factor at which the group should be ON.
| [in] | value | The minimum recommended magnification factor at which the group should be ON. A negative number means no minimum zoom factor. |