Foxit PDF SDK
 All Classes Namespaces Functions Enumerations Enumerator Properties Pages
foxit.pdf.LayerZoomData Class Reference

Inherits SystemIDisposable.

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...
 
void Set (float min_factor, float max_factor)
 Set value. More...
 

Properties

float max_factor [get, set]
 The magnification factor below which the group should be ON. A negative number means no magnification zoom factor.
 
float min_factor [get, set]
 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.

Constructor & Destructor Documentation

foxit.pdf.LayerZoomData.LayerZoomData ( float  min_factor,
float  max_factor 
)
inline

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.
foxit.pdf.LayerZoomData.LayerZoomData ( LayerZoomData  data)
inline

Constructor, with another layer zoom data object.

Parameters
[in]dataAnother layer zoom data object.

Member Function Documentation

void foxit.pdf.LayerZoomData.Set ( float  min_factor,
float  max_factor 
)
inline

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.