PdfDocumentSigner Methods |
The PdfDocumentSigner type exposes the following members.
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 | ||
Dispose(Boolean) | ||
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.) |