SignatureSet Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of Signature objects that correspond to the digital signatures attached to a document.
public interface class SignatureSet : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C0410-0000-0000-C000-000000000046")]
public interface SignatureSet : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C0410-0000-0000-C000-000000000046")>]
type SignatureSet = interface
interface _IMsoDispObj
interface IEnumerable
Public Interface SignatureSet
Implements _IMsoDispObj, IEnumerable
- Attributes
- Implements
Remarks
Use the Signatures property of the Document object to return a SignatureSet collection.
Note Changes that you make to the SignatureSet collection of a document will not persist unless you call the Commit() method.
You can add a Signature object to a SignatureSet collection using the Add() method, and you can return an existing member using the Item[Int32] method. To remove a Signature from a SignatureSet collection, use the Delete() method of the Signature object.
Properties
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 |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Item[Int32] |
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. |
Methods
Add() |
Returns a Signature object that represents a new e-mail signature. |
AddNonVisibleSignature(Object) |
Creates a signature packet when digitally signing a document. |
AddSignatureLine(Object) |
Adds lines to a document where signatures are collected. |
Commit() |
Commits all changes of the specified SignatureSet collection to disk. |
GetEnumerator() |