|
Foxit PDF SDK
|
Public Member Functions | |
| constructor (width, height, rotation) | |
| Constructor, with parameters. More... | |
| constructor () | |
| Constructor. | |
| Set (width, height, rotation) | |
| Set value. More... | |
Public Attributes | |
| height | |
| Page height (unit is 1/72 inch). | |
| rotation | |
| Page rotation. Please refer to values starting from FSDK.e_Rotation0 and this should be one of these values. | |
| 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 FSDK.PDFDoc.GetPageBasicInfo.
Constructor, with parameters.
| [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. |
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. |