Inherits SystemIDisposable.
Public Member Functions | |
LayerZoomData () | |
Constructor. | |
LayerZoomData (float min_factor, float max_factor) | |
Constructor, with parameters. More... | |
LayerZoomData (LayerZoomData data) | |
Constructor, with another LayerZoomData. | |
void | Set (float min_factor, float max_factor) |
Set value. More... | |
This class represents data for PDF layer zooming usage.
|
inline |
Constructor, with parameters.
min_factor | The minimum recommended magnification factor, in float. A negative number means no minimum zoom factor. |
max_factor | The magnification factor, in float. A negative number means no magnification zoom factor. |
|
inline |
Set value.
min_factor | The minimum recommended magnification factor, in float. A negative number means no minimum zoom factor. |
max_factor | The magnification factor, in float. A negative number means no magnification zoom factor. |