Class SignOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Represents Sign Options for Aspose.Pdf.Plugins.Signature plugin.
public sealed class SignOptions : OrganizerBaseOptions, IPluginOptions
Inheritance
object ← OrganizerBaseOptions ← SignOptions
Implements
Inherited Members
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()
Constructors
SignOptions(string, string)
Initializes new instance of the Aspose.Pdf.Plugins.SignOptions object with default options.
public SignOptions(string pfx, string password)
Parameters
pfx
string
The path to the pfx file.
password
string
The password to the pfx file.
SignOptions(Stream, string)
Initializes new instance of the Aspose.Pdf.Plugins.SignOptions object with default options.
public SignOptions(Stream pfx, string password)
Parameters
pfx
Stream
The stream with the pfx file.
password
string
The password to the pfx file.
Properties
Contact
The contact of signature.
public string Contact { get; set; }
Property Value
Location
The location of signature.
public string Location { get; set; }
Property Value
Name
The name of existing signature field. Null to create a new field.
public string Name { get; set; }
Property Value
PageNumber
The page number on which signature is made.
public int PageNumber { get; set; }
Property Value
Reason
The reason of signature.
public string Reason { get; set; }
Property Value
Rectangle
The rect of signature.
public Rectangle Rectangle { get; set; }
Property Value
Rectangle
Visible
The visiblity of signature.
public bool Visible { get; set; }