类 SignOptions

信息

表示 Documentize.Signature 插件的签名选项。

public sealed class SignOptions : PluginBaseOptions, IPluginOptions

继承

objectPluginBaseOptionsSignOptions

实现

继承成员

构造函数

SignOptions(string, string)

使用默认选项初始化 Documentize.SignOptions 对象的新实例。

public SignOptions(string pfx, string password)

参数

  • pfx string: pfx 文件的路径。
  • password string: pfx 文件的密码。

SignOptions(Stream, string)

使用默认选项初始化 Documentize.SignOptions 对象的新实例。

public SignOptions(Stream pfx, string password)

参数

  • pfx Stream: 包含 pfx 文件的流。
  • password string: pfx 文件的密码。

属性

Contact

签名的联系人。

public string Contact { get; set; }

属性值

string

Location

签名的位置。

public string Location { get; set; }

属性值

string

Name

现有签名字段的名称。 为空以创建一个新字段。

public string Name { get; set; }

属性值

string

PageNumber

签名所作的页码。

public int PageNumber { get; set; }

属性值

int

Reason

签名的原因。

public string Reason { get; set; }

属性值

string

Rectangle

签名的矩形区域。

public Rectangle Rectangle { get; set; }

属性值

Rectangle

Visible

签名的可见性。

public bool Visible { get; set; }

属性值

bool

命名空间: Documentize 程序集: Documentize.dll

 中文