Share via


Signatures.Item Property

Gets a reference to the specified digital signature from the SignaturesCollection collection.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
'Usage

Parameters

  • varIndex
    A numeric expression that specifies the position of a member of the SignaturesCollection collection. The argument must be a number from 0 to the value of the collection's Count property minus 1.

Example

The following example returns the first SignatureObject object in the SignaturesCollection collection of the form:

Signature firstSignature = thisXDocument.SignedDataBlocks[0].Signatures[0];

See Also

Reference

Signatures Interface
Signatures Members
Microsoft.Office.Interop.InfoPath Namespace