Inherits FoxitPDFSDKPython2._object.
|
| height = _fsdk.PageBasicInfo_height |
| Page height (unit is 1/72 inch).
|
|
| rotation = _fsdk.PageBasicInfo_rotation |
| Page rotation. Please refer to values starting from FoxitPDFSDKPython2.e_Rotation0 and this should be one of these values.
|
|
| width = _fsdk.PageBasicInfo_width |
| 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 FoxitPDFSDKPython2.PDFDoc.GetPageBasicInfo .
◆ PageBasicInfo() [1/2]
def FoxitPDFSDKPython2.PageBasicInfo.PageBasicInfo |
( |
|
width, |
|
|
|
height, |
|
|
|
rotation |
|
) |
| |
Constructor, with parameters.
- Parameters
-
◆ PageBasicInfo() [2/2]
def FoxitPDFSDKPython2.PageBasicInfo.PageBasicInfo |
( |
|
page_info | ) |
|
Constructor, with another page basic information object.
- Parameters
-
[in] | page_info | Another page basic information object. |
◆ Set()
def FoxitPDFSDKPython2.PageBasicInfo.Set |
( |
|
width, |
|
|
|
height, |
|
|
|
rotation |
|
) |
| |
Set value.
- Parameters
-
- Returns
- None.