|
Foxit PDF SDK
|
继承自 SystemIDisposable .
Public 成员函数 | |
| PageBasicInfo (float width, float height, Rotation rotation) | |
| 带参数的构造函数。 更多... | |
| PageBasicInfo () | |
| 构造函数。 | |
| PageBasicInfo (PageBasicInfo page_info) | |
| 使用另一个页面基本信息对象的构造函数。 更多... | |
| void | Set (float width, float height, Rotation rotation) |
| 设置值。 更多... | |
属性 | |
| float | height [get, set] |
| 页面高度(单位为1/72英寸)。 | |
| Rotation | rotation [get, set] |
| 页面旋转。请参考从 foxit.common.Rotation.e_Rotation0 开始的值, 这应该是这些值中的一个。 | |
| float | width [get, set] |
| 页面宽度(单位为1/72英寸)。 | |
此类表示页面基本信息,如页面宽度、页面高度和页面旋转。 这用作函数 PDFDoc.GetPageBasicInfo 的返回类型。
|
inline |
带参数的构造函数。
| [in] | width | 页面宽度(单位为1/72英寸)。 |
| [in] | height | 页面高度(单位为1/72英寸)。 |
| [in] | rotation | 页面旋转。请参考从 foxit.common.Rotation.e_Rotation0 开始的值, 这应该是这些值中的一个,除了 foxit.common.Rotation.e_RotationUnknown 。 |
|
inline |
使用另一个页面基本信息对象的构造函数。
| [in] | page_info | 另一个页面基本信息对象。 |
|
inline |
设置值。
| [in] | width | 页面宽度(单位为1/72英寸)。 |
| [in] | height | 页面高度(单位为1/72英寸)。 |
| [in] | rotation | 页面旋转。请参考从 foxit.common.Rotation.e_Rotation0 开始的值, 这应该是这些值中的一个,除了 foxit.common.Rotation.e_RotationUnknown 。 |