Inherits SystemIDisposable.
Public Member Functions | |
PageBasicInfo (float width, float height, Rotation rotation) | |
Constructor, with parameters. More... | |
PageBasicInfo () | |
Constructor. | |
PageBasicInfo (PageBasicInfo page_info) | |
Constructor, with another PageBasicInfo object. More... | |
void | Set (float width, float height, Rotation rotation) |
Set value. 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 pdf::PDFDoc::GetPageBasicInfo.
|
inline |
Constructor, with parameters.
width | Page width. |
height | Page height. |
rotation | Page rotation. Please refer to e_RotationXXX values and this should be one of these values except e_RotationUnknown. |
|
inline |
Constructor, with another PageBasicInfo object.
page_info | Another PageBasicInfo object. |
|
inline |
Set value.
width | Page width. |
height | Page height. |
rotation | Page rotation. Please refer to e_RotationXXX values and this should be one of these values except e_RotationUnknown. |