Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(id) | - init |
Constructor. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(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... | |
Protected Attributes | |
BOOL | swigCMemOwn |
void * | swigCPtr |
Properties | |
float | max_factor |
The magnification factor below which the group should be ON. A negative number means no magnification zoom factor. More... | |
float | min_factor |
The minimum recommended magnification factor at which the group should be ON. A negative number means no minimum zoom factor. More... | |
This class represents data for PDF layer zooming usage.
- (void) dealloc |
- (void*) getCptr |
- (id) init |
Constructor.
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
- (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. |
|
protected |
|
protected |
|
readwritenonatomicassign |
The magnification factor below which the group should be ON. A negative number means no magnification zoom factor.
|
readwritenonatomicassign |
The minimum recommended magnification factor at which the group should be ON. A negative number means no minimum zoom factor.