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

Inherits SystemIDisposable.

Public Member Functions

 PageBasicInfo (float width, float height, Rotation rotation)
 Constructor, with parameters. More...
 
 PageBasicInfo ()
 Constructor.
 
 PageBasicInfo (PageBasicInfo page_info)
 Constructor, with another page basic information object. More...
 
void Set (float width, float height, Rotation rotation)
 Set value. More...
 

Properties

float height [get, set]
 Page height.
 
Rotation rotation [get, set]
 Page rotation. Please refer to values starting from foxit.common.Rotation.e_Rotation0 and this should be one of these values.
 
float width [get, set]
 Page width.
 

Detailed Description

This class represents page basic information, such as page width, page height, and page rotation. This is used as the return type of function PDFDoc.GetPageBasicInfo .

Constructor & Destructor Documentation

foxit.pdf.PageBasicInfo.PageBasicInfo ( float  width,
float  height,
Rotation  rotation 
)
inline

Constructor, with parameters.

Parameters
[in]widthPage width.
[in]heightPage height.
[in]rotationPage rotation. Please refer to values starting from foxit.common.Rotation.e_Rotation0 and this should be one of these values except foxit.common.Rotation.e_RotationUnknown .
foxit.pdf.PageBasicInfo.PageBasicInfo ( PageBasicInfo  page_info)
inline

Constructor, with another page basic information object.

Parameters
[in]page_infoAnother page basic information object.

Member Function Documentation

void foxit.pdf.PageBasicInfo.Set ( float  width,
float  height,
Rotation  rotation 
)
inline

Set value.

Parameters
[in]widthPage width.
[in]heightPage height.
[in]rotationPage rotation. Please refer to values starting from foxit.common.Rotation.e_Rotation0 and this should be one of these values except foxit.common.Rotation.e_RotationUnknown .
Returns
None.