In This Topic
The following tables list the members exposed by Signature.
Public Properties
| Name | Description |
 | ContactInfo | Gets the information provided by the signer to enable a recipient to contact the signer to verify the signature (for example, a phone number). |
 | Content | Gets the SignatureContent object that provides additional information about the signature stored in the signature's binary data, such as certificate info etc. |
 | Doc | Gets the GrapeCity.Documents.Pdf.GcPdfDocument owning this object. |
 | Location | Gets the CPU host name or physical location of the signing. |
 | Name | Gets or sets the name of the person or authority 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 certificate of the signer. |
 | Reason | Gets the reason for the signing, such as "I agree...". |
 | SigningTime | Gets or sets 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. This value should be used only when the time of signing is not available in the signature; for example, a time stamp can be embedded in a PKCS#7 binary data object (see PDF specification for more details). |
Top
Public Methods
See Also