Foxit PDF SDK
|
Inherits FoxitPDFSDKPython3._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 FoxitPDFSDKPython3.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). | |
This class represents page basic information, such as page width, page height, and page rotation. This is used as the return type of function FoxitPDFSDKPython3.PDFDoc.GetPageBasicInfo .
def FoxitPDFSDKPython3.PageBasicInfo.PageBasicInfo | ( | page_info | ) |
Constructor, with another page basic information object.
[in] | page_info | Another page basic information object. |
def FoxitPDFSDKPython3.PageBasicInfo.Set | ( | width, | |
height, | |||
rotation | |||
) |
Set value.
[in] | width | Page width (unit is 1/72 inch). |
[in] | height | Page height (unit is 1/72 inch). |
[in] | rotation | Page rotation. Please refer to values starting from FoxitPDFSDKPython3.e_Rotation0 and this should be one of these values except FoxitPDFSDKPython3.e_RotationUnknown . |