|
Foxit PDF SDK
|
Inherits SystemIDisposable.
Public Member Functions | |
| LayerZoomData () | |
| Constructor. | |
| LayerZoomData (float min_factor, float max_factor) | |
| Constructor, with parameters. More... | |
| LayerZoomData (LayerZoomData data) | |
| Constructor, with another layer zoom data object. More... | |
| void | Set (float min_factor, float max_factor) |
| Set value. More... | |
Properties | |
| float | max_factor [get, set] |
| The magnification factor below which the group should be ON. A negative number means no magnification zoom factor. | |
| float | min_factor [get, 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.
|
inline |
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. |
|
inline |
Constructor, with another layer zoom data object.
| [in] | data | Another layer zoom data object. |
|
inline |
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. |