PdfSigningOptions Class

The options for PDF document signing.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfSigningOptions

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfSigningOptions
VB
Public NotInheritable Class PdfSigningOptions

The PdfSigningOptions type exposes the following members.

Constructors

  NameDescription
Public methodPdfSigningOptions(Stream, String)
Creates a new signing options instance using specified stream with key store contents.
Public methodPdfSigningOptions(String, String)
Creates a new signing options instance using specified key store file.

Properties

  NameDescription
Public propertyAppearance
Gets the signature appearance options.
Public propertyContactInfo
Gets or sets the information that enables a recipient to contact the signer to verify the signature.
Public propertyCreator
Gets or sets the string to use as the signature creator name.
Public propertyDigestAlgorithm
Gets or sets the digest algorithm to use when signing a document.
Public propertyField
Gets or sets the signature field to sign.
Public propertyFormat
Gets or sets the signature format to use when signing a document.
Public propertyLocation
Gets or sets the CPU host name or physical location of the signing.
Public propertyReason
Gets or sets the reason for the signing.
Public propertyTimestamp
Gets the signature timestamp options.
Public propertyType
Gets or sets the type of the signature to create.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also