继承自 Object .
此类表示页面基本信息,如页面宽度、页面高度和页面旋转。 这用作函数 PDFDoc::GetPageBasicInfo 的返回类型。
◆ PageBasicInfo() [1/2]
| foxit::pdf::PageBasicInfo::PageBasicInfo |
( |
float |
width, |
|
|
float |
height, |
|
|
common::Rotation |
rotation |
|
) |
| |
|
inline |
◆ PageBasicInfo() [2/2]
| foxit::pdf::PageBasicInfo::PageBasicInfo |
( |
const PageBasicInfo & |
page_info | ) |
|
|
inline |
使用另一个页面基本信息对象的构造函数。
- 参数
-
| [in] | page_info | 另一个页面基本信息对象。 |
◆ operator=()
赋值操作符。
- 参数
-
| [in] | page_info | 另一个页面基本信息对象,其值将赋给当前对象。 |
- 返回
- 当前对象自身的引用。
◆ Set()
| void foxit::pdf::PageBasicInfo::Set |
( |
float |
width, |
|
|
float |
height, |
|
|
common::Rotation |
rotation |
|
) |
| |
|
inline |