Class SignOptions
情報
Documentize.PdfSecurity プラグインの署名オプションを表します。
public sealed class SignOptions : PluginBaseOptions, IPluginOptionsInheritance
object ← PluginBaseOptions ← SignOptions
Implements
Inherited Members
- PluginBaseOptions.AddInput(IData),
- PluginBaseOptions.AddOutput(IData),
- PluginBaseOptions.Inputs,
- PluginBaseOptions.Outputs,
- PluginBaseOptions.CloseInputStreams,
- PluginBaseOptions.CloseOutputStreams,
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
SignOptions(string, string)
Documentize.SignOptions オブジェクトの新しいインスタンスを、デフォルトオプションで初期化します。
public SignOptions(string pfx, string password)Parameters
SignOptions(Stream, string)
Documentize.SignOptions オブジェクトの新しいインスタンスを、デフォルトオプションで初期化します。
public SignOptions(Stream pfx, string password)Parameters
Properties
Contact
署名の連絡先。
public string Contact { get; set; }Property Value
Location
署名の位置。
public string Location { get; set; }Property Value
Name
既存の署名フィールドの名前。
null の場合は新しいフィールドを作成します。
public string Name { get; set; }Property Value
PageNumber
署名を行うページ番号。
public int PageNumber { get; set; }Property Value
Reason
署名の理由。
public string Reason { get; set; }Property Value
Rectangle
署名の矩形領域。
public Rectangle Rectangle { get; set; }Property Value
TimestampOptions
タイムスタンプオプション。
public TimestampOptions TimestampOptions { get; set; }Property Value
Visible
署名の可視性。
public bool Visible { get; set; }Property Value
Namespace: Documentize Assembly: Documentize.dll