Class SignOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Aspose.Pdf.Plugins.Signatureプラグインの署名オプションを表します。
public sealed class SignOptions : OrganizerBaseOptions, IPluginOptions
継承
object ← OrganizerBaseOptions ← SignOptions
実装
継承メンバー
OrganizerBaseOptions.AddInput(IDataSource), OrganizerBaseOptions.AddOutput(IDataSource), OrganizerBaseOptions.Inputs, OrganizerBaseOptions.Outputs, OrganizerBaseOptions.CloseInputStreams, OrganizerBaseOptions.CloseOutputStreams, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
コンストラクター
SignOptions(string, string)
デフォルトオプションでAspose.Pdf.Plugins.SignOptionsオブジェクトの新しいインスタンスを初期化します。
public SignOptions(string pfx, string password)
パラメーター
pfx
string
pfxファイルへのパス。
password
string
pfxファイルのパスワード。
SignOptions(Stream, string)
デフォルトオプションでAspose.Pdf.Plugins.SignOptionsオブジェクトの新しいインスタンスを初期化します。
public SignOptions(Stream pfx, string password)
パラメーター
pfx
Stream
pfxファイルを含むストリーム。
password
string
pfxファイルのパスワード。
プロパティ
Contact
署名の連絡先。
public string Contact { get; set; }
プロパティ値
Location
署名の場所。
public string Location { get; set; }
プロパティ値
Name
既存の署名フィールドの名前。 新しいフィールドを作成するにはnullを指定します。
public string Name { get; set; }
プロパティ値
PageNumber
署名が作成されるページ番号。
public int PageNumber { get; set; }
プロパティ値
Reason
署名の理由。
public string Reason { get; set; }
プロパティ値
Rectangle
署名の矩形領域。
public Rectangle Rectangle { get; set; }
プロパティ値
Rectangle
Visible
署名の可視性。
public bool Visible { get; set; }