Foxit PDF SDK
foxit::ofd::ofdseal::Seal类 参考
类 foxit::ofd::ofdseal::Seal 继承关系图:
foxit::Base

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
 不相等操作符。 更多...
 
Sealoperator= (const Seal &other)
 赋值操作符。 更多...
 
bool operator== (const Seal &other) const
 相等操作符。 更多...
 
- Public 成员函数 继承自 foxit::Base
FS_HANDLE Handle () const
 获取当前对象的句柄。 更多...
 

详细描述

此类表示和OFD电子印章相关的操作。

构造及析构函数说明

◆ Seal()

foxit::ofd::ofdseal::Seal::Seal ( const Seal other)

构造函数,通过另一个电子印章对象。

参数
[in]other另一个电子印章对象。

成员函数说明

◆ GetCompany()

String foxit::ofd::ofdseal::Seal::GetCompany ( ) const

获取电子印章的公司名称。

返回
电子印章的公司名称。

◆ GetDigestMethod()

String foxit::ofd::ofdseal::Seal::GetDigestMethod ( ) const

获取电子印章的摘要方法。

返回
电子印章的摘要方法。

◆ GetExtend()

String foxit::ofd::ofdseal::Seal::GetExtend ( ) const

获取电子印章的扩展信息。

返回
电子印章的扩展信息。

◆ GetID()

String foxit::ofd::ofdseal::Seal::GetID ( ) const

获取电子印章的ID。

返回
电子印章的ID。

◆ GetImage()

foxit::common::Bitmap foxit::ofd::ofdseal::Seal::GetImage ( ) const

获取电子印章的图片。

返回
电子印章的图片。

◆ GetImageHeight()

int foxit::ofd::ofdseal::Seal::GetImageHeight ( ) const

获取电子印章图片的高度。

返回
电子印章图片的高度。

◆ GetImageWidth()

int foxit::ofd::ofdseal::Seal::GetImageWidth ( ) const

获取电子印章图片的宽度。

返回
电子印章图片的宽度。

◆ GetName()

String foxit::ofd::ofdseal::Seal::GetName ( ) const

获取电子印章的名称。

返回
电子印章的名称。

◆ GetSignMethod()

String foxit::ofd::ofdseal::Seal::GetSignMethod ( ) const

获取电子印章的签名方法。

返回
电子印章的签名方法。

◆ GetVersion()

String foxit::ofd::ofdseal::Seal::GetVersion ( ) const

获取电子印章的版本。

返回
电子印章的版本。

◆ IsEmpty()

bool foxit::ofd::ofdseal::Seal::IsEmpty ( ) const

检查当前对象是否为空。

当前对象为空时,表示当前对象是无用的。

返回
true 表示当前对象为空,false 表示不为空。

◆ operator !=()

bool foxit::ofd::ofdseal::Seal::operator != ( const Seal other) const

不相等操作符。

参数
[in]other另一个电子印章对象。此函数将检查当前对象是否不等于这个对象。
返回
true 表示不相等,false 表示相等。

◆ operator=()

Seal& foxit::ofd::ofdseal::Seal::operator= ( const Seal other)

赋值操作符。

参数
[in]other另一个电子印章对象,其值将被赋给当前对象。
返回
当前对象自身的引用。

◆ operator==()

bool foxit::ofd::ofdseal::Seal::operator== ( const Seal other) const

相等操作符。

参数
[in]other另一个电子印章对象。此函数将检查当前对象是否等于这个对象。
返回
true 表示相等,false 表示不相等。