Click or drag to resize

PdfDocumentSigner Methods

The PdfDocumentSigner type exposes the following members.

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
Protected methodDispose(Boolean)
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