Class PdfSigningOptions
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
The options for PDF document signing.
public sealed class PdfSigningOptions
- Inheritance
-
PdfSigningOptions
- Inherited Members
Remarks
The Sign PDF documents in C# and VB.NET article shows how to sign PDF documents using digital signatures.
Check out the other articles and code samples on the Digital signatures page.
Constructors
- PdfSigningOptions(IPdfSigner, X509Certificate2[])
Creates a new signing options instance using a custom signer.
- PdfSigningOptions(Stream, string)
Creates a new signing options instance using specified stream with key store contents.
- PdfSigningOptions(string, string)
Creates a new signing options instance using specified key store file.
Properties
- Appearance
Gets the signature appearance options.
- ContactInfo
Gets or sets the information that enables a recipient to contact the signer to verify the signature.
- Creator
Gets or sets the string to use as the signature creator name.
- DigestAlgorithm
Gets or sets the digest algorithm to use when signing a document.
- Field
Gets or sets the signature field to sign.
- Format
Gets or sets the signature format to use when signing a document.
- Location
Gets or sets the CPU host name or physical location of the signing.
- Reason
Gets or sets the reason for the signing.
- Timestamp
Gets the signature timestamp options.
- Type
Gets or sets the type of the signature to create.