PdfSignature Class

Class for a digital signature in a PDF file.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfSignature

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

Syntax

C#
public class PdfSignature
VB
Public Class PdfSignature

The PdfSignature type exposes the following members.

Properties

  NameDescription
Public propertyContactInfo
Gets the information provided by the signer to enable a recipient to contact the signer to verify the signature.
Public propertyContents
Gets the signature contents object.
Public propertyLocation
Gets the CPU host name or physical location of the signing.
Public propertyName
Gets the name of the person or authority signing the document.
Public propertyReason
Gets the reason for the signing, such as (I agree…).
Public propertySigningTime
Gets the date and time of signing.

Methods

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

See Also