PdfDocumentSigner Class |
Namespace: Atalasoft.PdfDoc.DigitalSignatures
The PdfDocumentSigner type exposes the following members.
Name | Description | |
---|---|---|
PdfDocumentSigner(Stream, PdfDocumentLoadedProgress) |
Initializes a new instance of the PdfDocumentSigner class.
| |
PdfDocumentSigner(Stream, SecureString, SecureString, PdfDocumentLoadedProgress) |
Initializes a new instance of the PdfDocumentSigner class.
| |
PdfDocumentSigner(String, String, Stream, PdfDocumentLoadedProgress) | Obsolete.
Initializes a new instance of the PdfDocumentSigner class.
|
Name | Description | |
---|---|---|
Form |
Gets or sets the form object for the document. By default, this is null.
| |
Info |
Gets the signature information about the document signatures as the result of opening the document.
| |
PagesOfAnnotations |
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.
| |
Resources |
Gets or sets the global resources.
|
Name | Description | |
---|---|---|
AppendChangesFinal |
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.
| |
AppendSignaturesFinal |
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.
| |
Dispose | Releases all resources used by the PdfDocumentSigner | |
Dispose(Boolean) | Releases the unmanaged resources used by the PdfDocumentSigner and optionally releases the managed resources | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetInfo(Stream) |
Gets the signature information for a PDF document.
| |
GetInfo(Stream, SecureString, SecureString) |
Gets the signature information for a PDF document.
| |
GetInfo(String, String, Stream) | Obsolete.
Gets the signature information for a PDF document.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |