Click or drag to resize

PdfSignatureMaker Methods

The PdfSignatureMaker type exposes the following members.

Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method MakeSignature(String)
Make signature.
Public method MakeSignature(String, IPdfSignatureAppearance)
Make signature.
Public method MakeSignature(String, PdfPageBase, Single, Single, Single, Single)
Make signature.
Public method MakeSignature(String, PdfPageBase, Single, Single, Single, Single, IPdfSignatureAppearance)
Make signature.
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method SetAcro6Layers
Only for compatibility old version. Whether move away signature validity visualizations in document. Default true.
Public method SetContactInfo Obsolete.
Information provided by the signer to enable a recipient to contact the signer to verify the signature for example, a phone number.
Public method SetContactInfoLabel Obsolete.
The content to the left of property contactInfo
Public method SetDate Obsolete.
It is recommended to use "D:{0:yyyyMMddHHmmss}" to format the datetime,for example:String.Format("D:{0:yyyyMMddHHmmss}",DateTime.Now) The time of signing. Depending on the signature handler this may be a normal unverified computer time or a time generated in a verifiable way from a secure time server
Public method SetDateLabel Obsolete.
The content to the left of property date
Public method SetDistinguishedName Obsolete.
Public method SetDistinguishedNameLabel Obsolete.
The content to the left of property distinguishedName
Public method SetLocation Obsolete.
The CPU host name or physical location of the signing.
Public method SetLocationLabel Obsolete.
The content to the left of property location
Public method SetName Obsolete.
The name of the person or anthority signing the document this value should be used only when it is not possible to extract the name from the signature for example, from the certificat of the signer
Public method SetNameLabel Obsolete.
The content to the left of property name
Public method SetReason Obsolete.
The reason for the signing, such as ( I agree … ).
Public method SetReasonLabel Obsolete.
The content to the left of property reason
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also