Foxit PDF SDK  9.1
FSLayerZoomData Class Reference
Inheritance diagram for FSLayerZoomData:

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...
 

Detailed Description

This class represents data for PDF layer zooming usage.

Method Documentation

◆ dealloc

- (void) dealloc

◆ getCptr

- (void*) getCptr

◆ init

- (id) init

Constructor.

◆ initWithCptr:swigOwnCObject:

- (id) initWithCptr: (void *)  cptr
swigOwnCObject: (BOOL)  ownCObject 

◆ initWithData:

- (id) initWithData: (FSLayerZoomData*)  data

Constructor, with another layer zoom data object.

Parameters
[in]dataAnother layer zoom data object.

◆ initWithMin_factor:max_factor:

- (id) initWithMin_factor: (float)  min_factor
max_factor: (float)  max_factor 

Constructor, with parameters.

Parameters
[in]min_factorThe minimum recommended magnification factor, in float. A negative number means no minimum zoom factor.
[in]max_factorThe magnification factor, in float. A negative number means no magnification zoom factor.

◆ set:max_factor:

- (void) set: (float)  min_factor
max_factor: (float)  max_factor 

Set value.

Parameters
[in]min_factorThe minimum recommended magnification factor, in float. A negative number means no minimum zoom factor.
[in]max_factorThe magnification factor, in float. A negative number means no magnification zoom factor.
Returns
None.

Member Data Documentation

◆ swigCMemOwn

- (BOOL) swigCMemOwn
protected

◆ swigCPtr

- (void*) swigCPtr
protected

Property Documentation

◆ max_factor

- (float) max_factor
readwritenonatomicassign

The magnification factor below which the group should be ON. A negative number means no magnification zoom factor.

◆ min_factor

- (float) min_factor
readwritenonatomicassign

The minimum recommended magnification factor at which the group should be ON. A negative number means no minimum zoom factor.