SignatureSet Members
Include Protected Members
Include Inherited Members
A collection of Signature objects that correspond to the digital signatures attached to a document.
The SignatureSet type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | (Inherited from _IMsoDispObj.) | |
Application | Returns an Application object that represents the container application for the object. | |
CanAddSignatureLine | Gets a Boolean value indicating whether you can add a signature line to a document. Read-only. | |
Count | Returns an Integer indicating the number of items in the specified collection. | |
Creator | (Inherited from _IMsoDispObj.) | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
Item | Returns a Signature object that corresponds to one of the digital signatures with which the document is currently signed. | |
Parent | Returns the Parent object for the specified object. | |
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. |
Top
Methods
Name | Description | |
---|---|---|
Add | Returns a Signature object that represents a new e-mail signature. | |
AddNonVisibleSignature | Creates a signature packet when digitally signing a document. | |
AddSignatureLine | Adds lines to a document where signatures are collected. | |
Commit | Commits all changes of the specified SignatureSet collection to disk. | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() |
Top