|
|
| height |
| | Page height (unit is 1/72 inch).
|
| |
|
| rotation |
| | Page rotation. Please refer to values starting from 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 PDFDoc.GetPageBasicInfo.
- Examples
- /Users/ec2-user/gitlab-runner/builds/E-xKdhDoq/0/foxit/sdk/mobile/gsdk-doc-auto-build/harmony_nodejs/input/Index.js.
◆ constructor() [1/2]
| PageBasicInfo.constructor |
( |
r |
| ) |
|
@constructor
- Parameters
-
| {NativeObjectReference} | r - The native object reference to wrap |
@description Creates a new wrapper instance around a native C++ object. The wrapper manages the object's lifecycle according to the ownership rules.
◆ constructor() [2/2]
Constructor, with parameters.
- 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 e_Rotation0 and this should be one of these values except e_RotationUnknown. |
◆ Set()