Class SignOptions
Info
Represents Sign Options for Documentize.Signature plugin.
public sealed class SignOptions : PluginBaseOptions, IPluginOptions
Inheritance
object ← PluginBaseOptions ← SignOptions
Implements
Inherited Members
- PluginBaseOptions.AddInput(IDataSource),
- PluginBaseOptions.AddOutput(IDataSource),
- 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)
Initializes new instance of the Documentize.SignOptions object with default options.
public SignOptions(string pfx, string password)
Parameters
SignOptions(Stream, string)
Initializes new instance of the Documentize.SignOptions object with default options.
public SignOptions(Stream pfx, string password)
Parameters
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
Visible
The visiblity of signature.
public bool Visible { get; set; }
Property Value
Namespace: Documentize Assembly: Documentize.dll