ISignatureSet Interface Methods
In This Topic
For a list of all members of this type, see ISignatureSet members.
Public Methods
| Name | Description |
| AddNonVisibleSignature |
Creates a signature packet when digitally signing a document.
The signature will be discarded if you save the workbook without signing it.
|
| AddSignatureLine |
Adds lines to a document where signatures are collected.
Only the "Microsoft Office signature line" is supported.
Other signature line providers, such as stamp signatures, are not supported.
|
| GetEnumerator | (Inherited from System.Collections.Generic.IEnumerable<ISignature>) |
Top
See Also