|
Foxit PDF SDK
|
继承自 Object .
Public 类型 | |
| enum | SignatureOperationType { e_RemoveInfoOnly = 0, e_ConvertToBlackImage = 1, e_AtomizeImage = 2, e_MosaicImage = 3, e_RemoveAll = 4 } |
| OFD操作签章模式枚举。 更多... | |
Public 成员函数 | |
| OperateSignatureInfo (SignatureOperationType operation_type=e_RemoveInfoOnly, int atomize_horz_blur=5, int atomize_vert_blur=5, int mosaic_vector_length=5) | |
| 带参数的构造函数。 更多... | |
| OperateSignatureInfo (const OperateSignatureInfo &other) | |
| 构造函数,通过另一个操作签名信息对象。 更多... | |
| OperateSignatureInfo & | operator= (const OperateSignatureInfo &other) |
| 赋值操作符。 更多... | |
| void | Set (SignatureOperationType operation_type, int atomize_horz_blur, int atomize_vert_blur, int mosaic_vector_length) |
| 设置值。 更多... | |
Public 属性 | |
| int | atomize_horz_blur |
| 横向高斯模糊。operation_type为e_AtomizeImage时起作用。 更多... | |
| int | atomize_vert_blur |
| 纵向高斯模糊。operation_type为e_AtomizeImage时起作用。 更多... | |
| int | mosaic_vector_length |
| 马赛克向量长度。operation_type为e_MosaicImage时起作用。 更多... | |
| SignatureOperationType | operation_type |
| 签章操作类型。请参考从 foxit::ofd::ofdseal::OperateSignatureInfo::e_RemoveInfoOnly 开始的值, 这应该是这些值中的一个。 更多... | |
此类表示操作OFD签名签章公共相关的信息。
|
inlineexplicit |
带参数的构造函数。
| [in] | operation_type | 签章操作类型。请参考从 foxit::ofd::ofdseal::OperateSignatureInfo::e_RemoveInfoOnly 开始的值, 这应该是这些值中的一个。 |
| [in] | atomize_horz_blur | 横向高斯模糊。operation_type为e_AtomizeImage时起作用。 |
| [in] | atomize_vert_blur | 纵向高斯模糊。operation_type为e_AtomizeImage时起作用。 |
| [in] | mosaic_vector_length | 马赛克向量长度。operation_type为e_MosaicImage时起作用。 |
|
inline |
构造函数,通过另一个操作签名信息对象。
| [in] | other | 另一个操作签名信息对象。 |
|
inline |
赋值操作符。
| [in] | other | 另一个操作签名信息对象,其值将被赋给当前对象。 |
|
inline |
设置值。
| [in] | operation_type | 签章操作类型。请参考从 foxit::ofd::ofdseal::OperateSignatureInfo::e_RemoveInfoOnly 开始的值, 这应该是这些值中的一个。 |
| [in] | atomize_horz_blur | 横向高斯模糊。operation_type为e_AtomizeImage时起作用。 |
| [in] | atomize_vert_blur | 纵向高斯模糊。operation_type为e_AtomizeImage时起作用。 |
| [in] | mosaic_vector_length | 马赛克向量长度。operation_type为e_MosaicImage时起作用。 |
| int foxit::ofd::ofdseal::OperateSignatureInfo::atomize_horz_blur |
横向高斯模糊。operation_type为e_AtomizeImage时起作用。
| int foxit::ofd::ofdseal::OperateSignatureInfo::atomize_vert_blur |
纵向高斯模糊。operation_type为e_AtomizeImage时起作用。
| int foxit::ofd::ofdseal::OperateSignatureInfo::mosaic_vector_length |
马赛克向量长度。operation_type为e_MosaicImage时起作用。
| SignatureOperationType foxit::ofd::ofdseal::OperateSignatureInfo::operation_type |
签章操作类型。请参考从 foxit::ofd::ofdseal::OperateSignatureInfo::e_RemoveInfoOnly 开始的值, 这应该是这些值中的一个。