Class SignOptions
Represents Sign Options for Documentize.PdfSecurity plugin.
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(Stream, string)
Initializes a new instance of the Documentize.SignOptions object with setting pfx stream and password.
public SignOptions(Stream pfx, string password)Parameters
SignOptions(string, string)
Initializes a new instance of the Documentize.SignOptions object with setting pfx file and password.
public SignOptions(string pfx, string password)Parameters
SignOptions(TimestampOptions)
Initializes a new instance of the Documentize.SignOptions object with setting Timestamp. You can set the timestamp for a document as a separate signature.
public SignOptions(TimestampOptions timestampOptions)Parameters
timestampOptionsTimestampOptions: The timestamp are used to create the timestamp signature without the need to provide a certificate.
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
TimestampOptions
Timestamp Options. The timestamp are used to create the timestamp signature without the need to provide a certificate. If the property is set and a certificate is provided to the constructor of the Documentize.SignOptions class, the digital signature will be timestamped with an embedded timestamp. If the property is set but no certificate is provided to the constructor of the Documentize.SignOptions class, the timestamp will be added as a separate signature.
public TimestampOptions TimestampOptions { get; set; }Property Value
Visible
The visiblity of signature.
public bool Visible { get; set; }Property Value
Namespace: Documentize Assembly: Documentize.dll