Click or drag to resize

PdfMDPSignatureMaker Methods

The PdfMDPSignatureMaker 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.
(Inherited from PdfSignatureMaker .)
Public method MakeSignature(String, IPdfSignatureAppearance)
Make signature.
(Inherited from PdfSignatureMaker .)
Public method MakeSignature(String, PdfPageBase, Single, Single, Single, Single)
Make signature.
(Inherited from PdfSignatureMaker .)
Public method MakeSignature(String, PdfPageBase, Single, Single, Single, Single, IPdfSignatureAppearance)
Make signature.
(Inherited from PdfSignatureMaker .)
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.
(Inherited from PdfSignatureMaker .)
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.
(Inherited from PdfSignatureMaker .)
Public method SetContactInfoLabel Obsolete.
The content to the left of property contactInfo
(Inherited from PdfSignatureMaker .)
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
(Inherited from PdfSignatureMaker .)
Public method SetDateLabel Obsolete.
The content to the left of property date
(Inherited from PdfSignatureMaker .)
Public method SetDistinguishedName Obsolete. (Inherited from PdfSignatureMaker .)
Public method SetDistinguishedNameLabel Obsolete.
The content to the left of property distinguishedName
(Inherited from PdfSignatureMaker .)
Public method SetLocation Obsolete.
The CPU host name or physical location of the signing.
(Inherited from PdfSignatureMaker .)
Public method SetLocationLabel Obsolete.
The content to the left of property location
(Inherited from PdfSignatureMaker .)
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
(Inherited from PdfSignatureMaker .)
Public method SetNameLabel Obsolete.
The content to the left of property name
(Inherited from PdfSignatureMaker .)
Public method SetReason Obsolete.
The reason for the signing, such as ( I agree … ).
(Inherited from PdfSignatureMaker .)
Public method SetReasonLabel Obsolete.
The content to the left of property reason
(Inherited from PdfSignatureMaker .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also