Signature Interface
Corresponds to a digital signature that is attached to a document.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
<GuidAttribute("000C0411-0000-0000-C000-000000000046")> _
Public Interface Signature _
Inherits _IMsoDispObj
'Usage
Dim instance As Signature
[GuidAttribute("000C0411-0000-0000-C000-000000000046")]
public interface Signature : _IMsoDispObj
Remarks
Signature objects are contained in the SignatureSet collection of the Document object.
You can add a Signature object to a SignatureSet collection using the Add method and you can return an existing member using the Item method. To remove a Signature from a SignatureSet collection, use the Delete method of the Signature object.