Class SignOptions

情報

Documentize.PdfSecurity プラグインの署名オプションを表します。

public sealed class SignOptions : PluginBaseOptions, IPluginOptions

Inheritance

objectPluginBaseOptionsSignOptions

Implements

Inherited Members

Constructors

SignOptions(string, string)

Documentize.SignOptions オブジェクトの新しいインスタンスを、デフォルトオプションで初期化します。

public SignOptions(string pfx, string password)

Parameters

  • pfx string: pfx ファイルへのパス。
  • password string: pfx ファイルのパスワード。

SignOptions(Stream, string)

Documentize.SignOptions オブジェクトの新しいインスタンスを、デフォルトオプションで初期化します。

public SignOptions(Stream pfx, string password)

Parameters

  • pfx Stream: pfx ファイルを含むストリーム。
  • password string: pfx ファイルのパスワード。

Properties

Contact

署名の連絡先。

public string Contact { get; set; }

Property Value

string

Location

署名の位置。

public string Location { get; set; }

Property Value

string

Name

既存の署名フィールドの名前。
null の場合は新しいフィールドを作成します。

public string Name { get; set; }

Property Value

string

PageNumber

署名を行うページ番号。

public int PageNumber { get; set; }

Property Value

int

Reason

署名の理由。

public string Reason { get; set; }

Property Value

string

Rectangle

署名の矩形領域。

public Rectangle Rectangle { get; set; }

Property Value

Rectangle

TimestampOptions

タイムスタンプオプション。

public TimestampOptions TimestampOptions { get; set; }

Property Value

TimestampOptions

Visible

署名の可視性。

public bool Visible { get; set; }

Property Value

bool

Namespace: Documentize Assembly: Documentize.dll

 日本語