Share via


Signature Interface 

Corresponds to a digital signature that is attached to a document.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Public Class ignatureImplementation
    Implements Signature
End Class
Dim ignatureImplementation1 As New ignatureImplementation()

Syntax

Public Interface Signature
    Inherits _IMsoDispObj
public interface Signature : _IMsoDispObj
public interface class Signature : public _IMsoDispObj
public interface Signature implements _IMsoDispObj
public interface Signature implements _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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace

Other Resources

Signature Members