|
Foxit PDF SDK
|
Public Member Functions | |
| constructor () | |
| Constructor. | |
| constructor (min_factor, max_factor) | |
| Constructor, with parameters. More... | |
| Set (min_factor, max_factor) | |
| Set value. More... | |
This class represents data for PDF layer zooming usage.
| FSDK.LayerZoomData.constructor | ( | 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. |
| 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. |