SignatureSet Object Members
A collection of Signature objects that correspond to the digital signature attached to a document.
Methods
| Name | Description | |
|---|---|---|
| AddNonVisibleSignature | Creates a signature packet when digitally signing a document. |
| AddSignatureLine | Adds lines to a document where signatures are collected. |
Properties
| Name | Description | |
|---|---|---|
| Application | Gets an Application object that represents the container application for the SignatureSet object (you can use this property with an Automation object to return that object's container application). Read-only. |
| CanAddSignatureLine | Gets a Boolean value indicating whether you can add a signature line to a document. Read-only. |
| Count | Gets a Long indicating the number of items in the SignatureSet object. Read-only. |
| Creator | Gets a 32-bit integer that indicates the application in which the SignatureSet object was created. Read-only. |
| Item | Gets a Signature object that corresponds to one of the digital signatures with which the document is currently signed. Read-only. |
| Parent | Gets the Parent object for the SignatureSet object. Read-only. |
| ShowSignaturesPane | Gets or sets a Boolean value indicating whether the Signature task pane should be displayed. Read/write. |
| Subset | Gets or sets a value that acts as a filter on the available Signature objects for a document. Read/write. |