1 #ifndef FS_OFD_OESSEAL_H_ 2 #define FS_OFD_OESSEAL_H_ 150 explicit Oes(
const String& oes_lib_path);
255 #endif // _BUILD_OFDSDK_ Seal(const Seal &other)
构造函数,通过另一个电子印章对象。
Definition: fs_image.h:36
int GetImageWidth() const
获取电子印章图片的宽度。
bool IsEmpty() const
检查当前对象是否为空。
String GetLastErrorMessage() const
获取最后一次错误的错误信息。
bool operator==(const Oes &other) const
相等操作符。
foxit::common::Bitmap GetImage() const
获取电子印章的图片。
Definition: fs_ofdoesseal.h:143
bool Clear() const
清空已经加载电子印章列表。
bool SetExtendParam(const String ¶m_name, const String ¶m_value)
设置电子印章库的扩展参数。
bool operator==(const Seal &other) const
相等操作符。
int GetImageHeight() const
获取电子印章图片的高度。
Seal GetSeal(int index) const
获取指定索引的电子印章对象。
int GetSealCount() const
获取电子印章库的电子印章数量。
bool IsEmpty() const
检查当前对象是否为空。
Seal & operator=(const Seal &other)
赋值操作符。
Definition: fs_ofdoesseal.h:22
Oes & operator=(const Oes &other)
赋值操作符。
String GetExtend() const
获取电子印章的扩展信息。
String GetName() const
获取电子印章的名称。
bool operator !=(const Seal &other) const
不相等操作符。
String GetID() const
获取电子印章的ID。
Oes(const String &oes_lib_path)
构造函数,通过电子印章库文件路径。
void * FS_HANDLE
句柄类型。
Definition: fs_basictypes.h:213
String GetSignMethod() const
获取电子印章的签名方法。
bool operator !=(const Oes &other) const
不相等操作符。
String GetVersion() const
获取电子印章的版本。
Definition: fs_basictypes.h:465
Foxit命名空间。
Definition: fs_pdf3d.h:26
字节字符串类
Definition: fx_string.h:317
String GetCompany() const
获取电子印章的公司名称。
bool Login(const String &passowrd)
电子印章库登录。
String GetDigestMethod() const
获取电子印章的摘要方法。