Click or drag to resize

PdfDocumentSigner Class

PdfDocumentSigner is a class that is responsible for getting information about DigitalSignatures within a PDF document and applying signatures to a PDF document.
Inheritance Hierarchy
SystemObject
  Atalasoft.PdfDoc.DigitalSignaturesPdfDocumentSigner

Namespace:  Atalasoft.PdfDoc.DigitalSignatures
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class PdfDocumentSigner : IDisposable

The PdfDocumentSigner type exposes the following members.

Constructors
  NameDescription
Public methodPdfDocumentSigner(Stream, PdfDocumentLoadedProgress)
Initializes a new instance of the PdfDocumentSigner class.
Public methodPdfDocumentSigner(Stream, SecureString, SecureString, PdfDocumentLoadedProgress)
Initializes a new instance of the PdfDocumentSigner class.
Public methodPdfDocumentSigner(String, String, Stream, PdfDocumentLoadedProgress) Obsolete.
Initializes a new instance of the PdfDocumentSigner class.
Top
Properties
  NameDescription
Public propertyForm
Gets or sets the form object for the document. By default, this is null.
Public propertyInfo
Gets the signature information about the document signatures as the result of opening the document.
Public propertyPagesOfAnnotations
Gets the pages of annotations within the PDF document. This is a read-only collection and can't be modified. Each element represents a page in the document in order. If a page has no annotations, it will contain an empty collection. If a document disallows adding or removing annotations, each collection will be a read- only collection.
Public propertyResources
Gets or sets the global resources.
Top
Methods
  NameDescription
Public methodAppendChangesFinal
Appends any changes made to annotations and form fields to the Stream provided in the constructor. After calling this method, this object is considered dead and can no longer be used for appending more changes or appending signatures. Further changes require constructing a new PdfDocumentSignerObject.
Public methodAppendSignaturesFinal
This method will sign, in turn, the provided collection of PdfDocumentSignature then append all changes to the PDF document. After calling this method, this object is considered dead and can no longer be used for appending more changes or appending signatures. Further changes require constructing a new PdfDocumentSignerObject.
Public methodDispose
Releases all resources used by the PdfDocumentSigner
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the PdfDocumentSigner and optionally releases the managed resources
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetInfo(Stream)
Gets the signature information for a PDF document.
Public methodStatic memberGetInfo(Stream, SecureString, SecureString)
Gets the signature information for a PDF document.
Public methodStatic memberGetInfo(String, String, Stream) Obsolete.
Gets the signature information for a PDF document.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also