Foxit PDF SDK
FSLayerZoomData Class Reference

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.

 

Detailed Description

This class represents data for PDF layer zooming usage.

Method Documentation

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