Inherits Object.
Public Member Functions | |
PageBasicInfo (float width, float height, common::Rotation rotation) | |
Constructor, with parameters. More... | |
PageBasicInfo () | |
Constructor. | |
PageBasicInfo (const PageBasicInfo &page_info) | |
Constructor, with another PageBasicInfo object. More... | |
PageBasicInfo & | operator= (const PageBasicInfo &page_info) |
Assign operator. More... | |
void | Set (float width, float height, common::Rotation rotation) |
Set value. More... | |
Public Attributes | |
float | height |
Page height. | |
common::Rotation | rotation |
Page rotation. Please refer to values starting from common::e_Rotation0 and this should be one of these values. | |
float | width |
Page width. | |
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.
[in] | width | Page width. |
[in] | height | Page height. |
[in] | rotation | Page rotation. Please refer to values starting from common::e_Rotation0 and this should be one of these values except common::e_RotationUnknown. |
|
inline |
Constructor, with another PageBasicInfo object.
[in] | page_info | Another PageBasicInfo object. |
|
inline |
Assign operator.
[in] | page_info | Another PageBasicInfo object, whose value would be assigned to current object. |
|
inline |
Set value.
[in] | width | Page width. |
[in] | height | Page height. |
[in] | rotation | Page rotation. Please refer to values starting from common::e_Rotation0 and this should be one of these values except common::e_RotationUnknown. |