|
Foxit PDF SDK
|
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... | |
| synchronized void | delete () |
| Clean up related resources immediately. More... | |
| float | getMax_factor () |
| Get the magnification factor below which the group should be ON. More... | |
| float | getMin_factor () |
| Get the minimum recommended magnification factor at which the group should be ON. More... | |
| void | set (float min_factor, float max_factor) |
| Set value. More... | |
| void | setMax_factor (float value) |
| Set the magnification factor below which the group should be ON. More... | |
| void | setMin_factor (float value) |
| Set the minimum recommended magnification factor at which the group should be ON. More... | |
This class represents data for PDF layer zooming usage.
| com.foxit.sdk.pdf.LayerZoomData.LayerZoomData | ( | float | min_factor, |
| float | 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. |
| com.foxit.sdk.pdf.LayerZoomData.LayerZoomData | ( | LayerZoomData | data | ) |
Constructor, with another layer zoom data object.
| [in] | data | Another layer zoom data object. |
| synchronized void com.foxit.sdk.pdf.LayerZoomData.delete | ( | ) |
Clean up related resources immediately.
| com.foxit.sdk.pdf.LayerZoomData.getMax_factor | ( | ) |
Get the magnification factor below which the group should be ON.
| com.foxit.sdk.pdf.LayerZoomData.getMin_factor | ( | ) |
Get the minimum recommended magnification factor at which the group should be ON.
| void com.foxit.sdk.pdf.LayerZoomData.set | ( | float | min_factor, |
| float | 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. |
| com.foxit.sdk.pdf.LayerZoomData.setMax_factor | ( | float | 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. |
| com.foxit.sdk.pdf.LayerZoomData.setMin_factor | ( | float | 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. |