Foxit PDF SDK
FoxitPDFSDKPython2.PageBasicInfo Class Reference

Inherits FoxitPDFSDKPython2._object.

Public Member Functions

def PageBasicInfo ()
 Constructor.

 
def PageBasicInfo (page_info)
 Constructor, with another page basic information object.
More...
 
def Set (width, height, rotation)
 Set value.
More...
 

Static Public Attributes

 height = _swig_property(_fsdk.PageBasicInfo_height_get, _fsdk.PageBasicInfo_height_set)
 Page height (unit is 1/72 inch).

 
 rotation = _swig_property(_fsdk.PageBasicInfo_rotation_get, _fsdk.PageBasicInfo_rotation_set)
 Page rotation. Please refer to values starting from FoxitPDFSDKPython2.e_Rotation0 and this should be one of these values.

 
 width = _swig_property(_fsdk.PageBasicInfo_width_get, _fsdk.PageBasicInfo_width_set)
 Page width (unit is 1/72 inch).

 

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 FoxitPDFSDKPython2.PDFDoc.GetPageBasicInfo .

Constructor & Destructor Documentation

◆ PageBasicInfo()

def FoxitPDFSDKPython2.PageBasicInfo.PageBasicInfo (   page_info)

Constructor, with another page basic information object.

Parameters
[in]page_infoAnother page basic information object.

Member Function Documentation

◆ Set()

def FoxitPDFSDKPython2.PageBasicInfo.Set (   width,
  height,
  rotation 
)

Set value.

Parameters
[in]widthPage width (unit is 1/72 inch).
[in]heightPage height (unit is 1/72 inch).
[in]rotationPage rotation. Please refer to values starting from FoxitPDFSDKPython2.e_Rotation0 and this should be one of these values except FoxitPDFSDKPython2.e_RotationUnknown .
Returns
None.