继承自 Object .
|
| | PagingSealConfig (PagingSealPosition paging_seal_position, float offset, float first_page_percent, bool is_on_perforation, PagingSealStyle paging_seal_style=PagingSealConfig::e_PagingSealStyleMultipleSignatures, bool is_display_multiple_seal=false, int page_count_for_each_seal=30) |
| | 带参数的构造函数。 更多...
|
| |
| bool | operator != (const PagingSealConfig &paging_seal_config) const |
| | 不相等操作符。 更多...
|
| |
| PagingSealConfig & | operator= (const PagingSealConfig &paging_seal_config) |
| | 赋值操作符。 更多...
|
| |
| bool | operator== (const PagingSealConfig &paging_seal_config) const |
| | 相等操作符。 更多...
|
| |
| void | Set (PagingSealPosition paging_seal_position, float offset, float first_page_percent, bool is_on_perforation, PagingSealStyle paging_seal_style, bool is_display_multiple_seal=false, int page_count_for_each_seal=30) |
| | 设置值。 更多...
|
| |
◆ PagingSealPosition
分页印章位置的枚举。
此枚举的值应单独使用。
| 枚举值 |
|---|
| e_PagingSealPositionLeft | 左侧分页印章。
|
| e_PagingSealPositionRight | 右侧分页印章。
|
| e_PagingSealPositionTop | 顶部分页印章。
|
| e_PagingSealPositionBottom | 底部分页印章。
|
◆ PagingSealStyle
分页印章签名样式的枚举。
此枚举的值应单独使用。
| 枚举值 |
|---|
| e_PagingSealStyleMultipleSignatures | 添加多个签名。使用Signature显示分页印章签名的外观, 这些签名共享相同的签名数据。
|
| e_PagingSealStyleOneSignature | 仅添加一个签名。此签名用于签名和验证,在PDF文档中将被隐藏。 使用annots::PagingSeal注释显示分页印章签名的外观。
|
◆ PagingSealConfig()
◆ operator !=()
| bool foxit::pdf::PagingSealConfig::operator != |
( |
const PagingSealConfig & |
paging_seal_config | ) |
const |
|
inline |
不相等操作符。
- 参数
-
| [in] | paging_seal_config | 另一个分页印章配置对象。此函数将检查当前对象是否与此对象不相等。 |
- 返回
- true表示不相等,false表示相等。
◆ operator=()
赋值操作符。
- 参数
-
| [in] | paging_seal_config | 另一个分页印章配置对象,其值将被赋给当前对象。 |
- 返回
- 对当前对象本身的引用。
◆ operator==()
| bool foxit::pdf::PagingSealConfig::operator== |
( |
const PagingSealConfig & |
paging_seal_config | ) |
const |
|
inline |
相等操作符。
- 参数
-
| [in] | paging_seal_config | 另一个分页印章配置对象。此函数将检查当前对象是否与此对象相等。 |
- 返回
- true表示相等,false表示不相等。
◆ Set()
| void foxit::pdf::PagingSealConfig::Set |
( |
PagingSealPosition |
paging_seal_position, |
|
|
float |
offset, |
|
|
float |
first_page_percent, |
|
|
bool |
is_on_perforation, |
|
|
PagingSealStyle |
paging_seal_style, |
|
|
bool |
is_display_multiple_seal = false, |
|
|
int |
page_count_for_each_seal = 30 |
|
) |
| |
◆ offset
| float foxit::pdf::PagingSealConfig::offset |
分页印章签名的偏移量。
此值不应为负数。偏移量的最大值是页面宽度或页面高度减去 分页印章签名矩形的宽度或高度的值。如果偏移量大于最大值,将使用最大值。
-
对于顶部分页印章和底部分页印章,此值将是签名矩形左侧的水平偏移量。
-
对于右侧分页印章和左侧分页印章,此值将是签名矩形底部的垂直偏移量。
-
对于参数is_on_perforation为true的情况,此值将是签名矩形底部的垂直偏移量。
◆ paging_seal_style