Foxit PDF SDK
|
Inherits NSObject.
Instance Methods | |
(id) | - init |
Constructor. | |
(id) | - initWithData: |
Constructor, with another layer zoom data object. More... | |
(id) | - initWithMin_factor:max_factor: |
Constructor, with parameters. More... | |
(void) | - set:max_factor: |
Set value. More... | |
Properties | |
float | max_factor |
The magnification factor below which the group should be ON. A negative number means no magnification zoom factor. | |
float | min_factor |
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.
- (id) initWithData: | (FSLayerZoomData*) | data |
Constructor, with another layer zoom data object.
[in] | data | Another layer zoom data object. |
- (id) initWithMin_factor: | (float) | min_factor | |
max_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. |
- (void) set: | (float) | min_factor | |
max_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. |