|
Foxit PDF SDK
|
Public 成员函数 | |
| Seal (const Seal &other) | |
| 构造函数,通过另一个电子印章对象。 更多... | |
| ~Seal () | |
| 析构函数。 | |
| String | GetCompany () const |
| 获取电子印章的公司名称。 更多... | |
| String | GetDigestMethod () const |
| 获取电子印章的摘要方法。 更多... | |
| String | GetExtend () const |
| 获取电子印章的扩展信息。 更多... | |
| String | GetID () const |
| 获取电子印章的ID。 更多... | |
| foxit::common::Bitmap | GetImage () const |
| 获取电子印章的图片。 更多... | |
| int | GetImageHeight () const |
| 获取电子印章图片的高度。 更多... | |
| int | GetImageWidth () const |
| 获取电子印章图片的宽度。 更多... | |
| String | GetName () const |
| 获取电子印章的名称。 更多... | |
| String | GetSignMethod () const |
| 获取电子印章的签名方法。 更多... | |
| String | GetVersion () const |
| 获取电子印章的版本。 更多... | |
| bool | IsEmpty () const |
| 检查当前对象是否为空。 更多... | |
| bool | operator != (const Seal &other) const |
| 不相等操作符。 更多... | |
| Seal & | operator= (const Seal &other) |
| 赋值操作符。 更多... | |
| bool | operator== (const Seal &other) const |
| 相等操作符。 更多... | |
Public 成员函数 继承自 foxit::Base | |
| FS_HANDLE | Handle () const |
| 获取当前对象的句柄。 更多... | |
此类表示和OFD电子印章相关的操作。
| foxit::ofd::ofdseal::Seal::Seal | ( | const Seal & | other | ) |
构造函数,通过另一个电子印章对象。
| [in] | other | 另一个电子印章对象。 |
| String foxit::ofd::ofdseal::Seal::GetCompany | ( | ) | const |
获取电子印章的公司名称。
| String foxit::ofd::ofdseal::Seal::GetDigestMethod | ( | ) | const |
获取电子印章的摘要方法。
| String foxit::ofd::ofdseal::Seal::GetExtend | ( | ) | const |
获取电子印章的扩展信息。
| String foxit::ofd::ofdseal::Seal::GetID | ( | ) | const |
获取电子印章的ID。
| foxit::common::Bitmap foxit::ofd::ofdseal::Seal::GetImage | ( | ) | const |
获取电子印章的图片。
| int foxit::ofd::ofdseal::Seal::GetImageHeight | ( | ) | const |
获取电子印章图片的高度。
| int foxit::ofd::ofdseal::Seal::GetImageWidth | ( | ) | const |
获取电子印章图片的宽度。
| String foxit::ofd::ofdseal::Seal::GetName | ( | ) | const |
获取电子印章的名称。
| String foxit::ofd::ofdseal::Seal::GetSignMethod | ( | ) | const |
获取电子印章的签名方法。
| String foxit::ofd::ofdseal::Seal::GetVersion | ( | ) | const |
获取电子印章的版本。
| bool foxit::ofd::ofdseal::Seal::IsEmpty | ( | ) | const |
检查当前对象是否为空。
当前对象为空时,表示当前对象是无用的。
| bool foxit::ofd::ofdseal::Seal::operator != | ( | const Seal & | other | ) | const |
不相等操作符。
| [in] | other | 另一个电子印章对象。此函数将检查当前对象是否不等于这个对象。 |
赋值操作符。
| [in] | other | 另一个电子印章对象,其值将被赋给当前对象。 |
| bool foxit::ofd::ofdseal::Seal::operator== | ( | const Seal & | other | ) | const |
相等操作符。
| [in] | other | 另一个电子印章对象。此函数将检查当前对象是否等于这个对象。 |