クラス 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

 日本語