Class 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

既存の署名フィールドの名前。 新しいフィールドを作成するにはnullを指定します。

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

 日本語