◆ GetDisplayMatrix()
| Matrix foxit::addon::ofd::OFDPage::GetDisplayMatrix |
( |
int |
left, |
|
|
int |
top, |
|
|
int |
width, |
|
|
int |
height, |
|
|
common::Rotation |
rotate |
|
) |
| |
获取显示矩阵。
此函数用于获取显示页面的矩阵。
- 参数
-
| [in] | left | 显示区域的左侧位置。 |
| [in] | top | 显示区域的顶部位置。 |
| [in] | width | 显示区域的宽度。 |
| [in] | height | 显示区域的高度。 |
| [in] | rotate | 显示区域的旋转。请参考从 common::e_Rotation0 开始的值, 这应该是这些值中的一个。 |
- 返回
- 用于显示页面的矩阵。
◆ GetHeight()
| float foxit::addon::ofd::OFDPage::GetHeight |
( |
| ) |
const |
获取页面高度(单位为1/72英寸)。
- 返回
- 页面高度。
◆ GetWidth()
| float foxit::addon::ofd::OFDPage::GetWidth |
( |
| ) |
const |
获取页面宽度(单位为1/72英寸)。
- 返回
- 页面宽度。
◆ IsEmpty()
| bool foxit::addon::ofd::OFDPage::IsEmpty |
( |
| ) |
const |
检查当前对象是否为空。
当当前对象为空时,意味着当前对象无用。
- 返回
- true 表示当前对象为空,而 false 表示不为空。
◆ operator!=()
| bool foxit::addon::ofd::OFDPage::operator!= |
( |
const OFDPage & |
other | ) |
const |
不等于操作符。
- 参数
-
| [in] | other | 另一个OFD页面对象。此函数将检查当前对象是否不等于此对象。 |
- 返回
- true 表示不相等,而 false 表示相等。
◆ operator=()
| OFDPage& foxit::addon::ofd::OFDPage::operator= |
( |
const OFDPage & |
other | ) |
|
赋值操作符。
- 参数
-
| [in] | other | 另一个OFD页面对象,其值将被分配给当前对象。 |
- 返回
- 对当前对象本身的引用。
◆ operator==()
| bool foxit::addon::ofd::OFDPage::operator== |
( |
const OFDPage & |
other | ) |
const |
等于操作符。
- 参数
-
| [in] | other | 另一个OFD页面对象。此函数将检查当前对象是否等于此对象。 |
- 返回
- true 表示相等,而 false 表示不相等。
◆ Release()
| void foxit::addon::ofd::OFDPage::Release |
( |
| ) |
|