Signature Object Members
Represents a digital signature attached to a document. Signature objects are contained in the SignatureSet collection of the Document object.
Methods
| Name | Description | |
|---|---|---|
| Delete | Deletes the Signature object from the collection. |
| ShowDetails | Displays details related to a signature packet. |
| Sign | Creates a signature packet. |
Properties
| Name | Description | |
|---|---|---|
| Application | Gets an Application object that represents the container application for the Signature object (you can use this property with an Automation object to return that object's container application). Read-only. |
| CanSetup | Gets a Boolean value indicating whether the user can set properties of the Signature object. Read-only. |
| Creator | Gets a 32-bit integer that indicates the application in which the Signature object was created. Read-only. |
| Details | Gets information about a signature. Read-only. |
| IsSignatureLine | Gets a value indicating whether this is a signature line. Read-only. |
| IsSigned | Gets a Boolean value indicating whether the document was signed successfully. Read-only. |
| Parent | Gets the Parent object for the Signature object. Read-only. |
| Setup | Gets a SignatureSetup object that provides access to various properties of a signature packet. Read-only. |
| SignatureLineShape | Gets the Shape object associated with a Signature object that is a signature line. Read-only. |
| SortHint | Gets a value representing the sort order of the signatures in a packet with multiple signatures. Read-only. |