|
Foxit PDF SDK
|
继承自 Object .
Public 成员函数 | |
| ImagePosition (int page_index, float x, float y, bool is_centered=true, float width=-1.0f, float height=-1.0f) | |
| 带参数的构造函数。 更多... | |
| ImagePosition (const ImagePosition &other) | |
| 构造函数,通过另一个ImagePosition对象。 更多... | |
| ImagePosition & | operator= (const ImagePosition &other) |
| 赋值操作符。 更多... | |
| void | Set (int page_index, float x, float y, bool is_centered=true, float width=-1.0f, float height=-1.0f) |
| 设置值。 更多... | |
Public 属性 | |
| float | height |
| 图像的高度. 更多... | |
| bool | is_centered |
| 图像是否居中. true表示居中,false表示不居中. | |
| int | page_index |
| 图像所在页的索引. 更多... | |
| float | width |
| 图像的宽度. 更多... | |
| float | x |
| 图像所在的X坐标. 更多... | |
| float | y |
| 图像所在的Y坐标. 更多... | |
此类表示OFD签名或签章图片位置相关的信息。
|
inline |
带参数的构造函数。
| [in] | page_index | 图像所在页的索引。 |
| [in] | x | 图像所在的X坐标。 |
| [in] | y | 图像所在的Y坐标。 |
| [in] | is_centered | 图像是否居中。 true表示居中,false表示不居中。 |
| [in] | width | 图像的宽度。 |
| [in] | height | 图像的高度。 |
|
inline |
构造函数,通过另一个ImagePosition对象。
| [in] | other | 另一个ImagePosition对象。 |
|
inline |
赋值操作符。
| [in] | other | 另一个ImagePosition对象,其值将被赋给当前对象。 |
|
inline |
设置值。
| [in] | page_index | 图像所在页的索引。 |
| [in] | x | 图像所在的X坐标。 |
| [in] | y | 图像所在的Y坐标。 |
| [in] | is_centered | 图像是否居中。 true表示居中,false表示不居中。 |
| [in] | width | 图像的宽度。 |
| [in] | height | 图像的高度。 |
| float foxit::ofd::ofdseal::ImagePosition::height |
图像的高度.
| int foxit::ofd::ofdseal::ImagePosition::page_index |
图像所在页的索引.
| float foxit::ofd::ofdseal::ImagePosition::width |
图像的宽度.
| float foxit::ofd::ofdseal::ImagePosition::x |
图像所在的X坐标.
| float foxit::ofd::ofdseal::ImagePosition::y |
图像所在的Y坐标.