|
Foxit PDF SDK
|
Public 成员函数 | |
| Oes (const String &oes_lib_path) | |
| 构造函数,通过电子印章库文件路径。 更多... | |
| Oes (const Oes &other) | |
| 构造函数,通过另一个电子印章库对象。 更多... | |
| ~Oes () | |
| 析构函数。 | |
| bool | Clear () const |
| 清空已经加载电子印章列表。 更多... | |
| String | GetLastErrorMessage () const |
| 获取最后一次错误的错误信息。 更多... | |
| Seal | GetSeal (int index) const |
| 获取指定索引的电子印章对象。 更多... | |
| int | GetSealCount () const |
| 获取电子印章库的电子印章数量。 更多... | |
| bool | IsEmpty () const |
| 检查当前对象是否为空。 更多... | |
| bool | Login (const String &passowrd) |
| 电子印章库登录。 更多... | |
| bool | operator != (const Oes &other) const |
| 不相等操作符。 更多... | |
| Oes & | operator= (const Oes &other) |
| 赋值操作符。 更多... | |
| bool | operator== (const Oes &other) const |
| 相等操作符。 更多... | |
| bool | SetExtendParam (const String ¶m_name, const String ¶m_value) |
| 设置电子印章库的扩展参数。 更多... | |
Public 成员函数 继承自 foxit::Base | |
| FS_HANDLE | Handle () const |
| 获取当前对象的句柄。 更多... | |
此类表示和OFD电子印章库相关的操作。
|
explicit |
构造函数,通过电子印章库文件路径。
| [in] | oes_lib_path | 电子印章库文件的完整路径。它不应该是空字符串。 |
| foxit::ofd::ofdseal::Oes::Oes | ( | const Oes & | other | ) |
构造函数,通过另一个电子印章库对象。
| [in] | other | 另一个电子印章库对象。 |
| bool foxit::ofd::ofdseal::Oes::Clear | ( | ) | const |
清空已经加载电子印章列表。
| String foxit::ofd::ofdseal::Oes::GetLastErrorMessage | ( | ) | const |
获取最后一次错误的错误信息。
| Seal foxit::ofd::ofdseal::Oes::GetSeal | ( | int | index | ) | const |
| int foxit::ofd::ofdseal::Oes::GetSealCount | ( | ) | const |
获取电子印章库的电子印章数量。
| bool foxit::ofd::ofdseal::Oes::IsEmpty | ( | ) | const |
检查当前对象是否为空。
当前对象为空时,表示当前对象是无用的。
| bool foxit::ofd::ofdseal::Oes::Login | ( | const String & | passowrd | ) |
电子印章库登录。
| [in] | passowrd | 电子印章库的登录密码。 |
| bool foxit::ofd::ofdseal::Oes::operator != | ( | const Oes & | other | ) | const |
不相等操作符。
| [in] | other | 另一个电子印章库对象。此函数将检查当前对象是否不等于这个对象。 |
赋值操作符。
| [in] | other | 另一个电子印章库对象,其值将被赋给当前对象。 |
| bool foxit::ofd::ofdseal::Oes::operator== | ( | const Oes & | other | ) | const |
相等操作符。
| [in] | other | 另一个电子印章库对象。此函数将检查当前对象是否等于这个对象。 |