Share via


SignatureSet.Item Property

Returns a Signature object that corresponds to one of the digital signatures with which the document is currently signed.

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    iSig As Integer _
) As Signature
    Get
'Usage
Dim instance As SignatureSet
Dim iSig As Integer
Dim value As Signature

value = instance(iSig)
Signature this[
    int iSig
] { get; }

Parameters

  • iSig
    Type: System.Int32

    Required Integer. Determines which Signature object to return.

Property Value

Type: Microsoft.Office.Core.Signature

See Also

Reference

SignatureSet Interface

SignatureSet Members

Microsoft.Office.Core Namespace