|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetHeight () |
| Get page height (unit is 1/72 inch). More... | |
| def | GetRotation () |
| Get page rotation. More... | |
| def | GetWidth () |
| Get page width (unit is 1/72 inch). More... | |
| def | Set (width, height, rotation) |
| Set value. More... | |
| def | SetHeight (value) |
| Set page height (unit is 1/72 inch). More... | |
| def | SetRotation (value) |
| Set page rotation. More... | |
| def | SetWidth (value) |
| Set page width (unit is 1/72 inch). More... | |
This class represents page basic information, such as page width, page height, and page rotation. This is used as the return type of function fsdk.PDFDoc.GetPageBasicInfo .
| fsdk.PageBasicInfo.GetHeight | ( | ) |
Get page height (unit is 1/72 inch).
| fsdk.PageBasicInfo.GetRotation | ( | ) |
Get page rotation.
| fsdk.PageBasicInfo.GetWidth | ( | ) |
Get page width (unit is 1/72 inch).
| def fsdk.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 fsdk.E_Rotation0 and this should be one of these values except fsdk.E_RotationUnknown . |
| fsdk.PageBasicInfo.SetHeight | ( | value | ) |
Set page height (unit is 1/72 inch).
| [in] | value | Page height (unit is 1/72 inch). |
| fsdk.PageBasicInfo.SetRotation | ( | value | ) |
Set page rotation.
| [in] | value | Page rotation. Please refer to values starting from fsdk.E_Rotation0 and this should be one of these values. |
| fsdk.PageBasicInfo.SetWidth | ( | value | ) |
Set page width (unit is 1/72 inch).
| [in] | value | Page width (unit is 1/72 inch). |