| Signature Class |
Namespace: Aspose.Pdf.Forms
The Signature type exposes the following members.
| Name | Description | |
|---|---|---|
| Signature |
Inititalizes new instance of the Signature class.
| |
| Signature(Stream, String) |
Inititalizes new instance of the Signature class.
| |
| Signature(String, String) |
Inititalizes new instance of the Signature class.
|
| Name | Description | |
|---|---|---|
| Authority |
The name of the person or authority signing the document.
| |
| ByteRange |
An array of pairs of integers (starting byte offset, length in bytes)
that shall describe the exact byte range for the digest calculation.
| |
| ContactInfo |
Information provided by the signer to enable a recipient to contact the signer
to verify the signature, e.g. a phone number.
| |
| CustomAppearance |
Gets/sets the custom appearance.
| |
| Date |
The time of signing.
| |
| Location |
The CPU host name or physical location of the signing.
| |
| Reason |
The reason for the signing, such as (I agree…).
| |
| ShowProperties |
Force to show/hide signature properties.
In case ShowProperties is true signature field has predefined format of appearance (strings to represent):
-------------------------------------------
Digitally signed by {certificate subject}
Date: {signature.Date}
Reason: {signature.Reason}
Location: {signature.Location}
-------------------------------------------
where {X} is placeholder for X value. Also signature can have image, in this case listed strings are placed over image.
ShowProperties is true by default.
| |
| TimestampSettings |
Gets/sets timestamp settings.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Overrides ObjectFinalize.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| Verify |
Verify the document regarding this signature and return true if document is valid
or otherwise false.
|