SignatureSet.Item[Int32] Property

Definition

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

public:
 property Microsoft::Office::Core::Signature ^ default[int] { Microsoft::Office::Core::Signature ^ get(int iSig); };
public Microsoft.Office.Core.Signature this[int iSig] { get; }
member this.Item(int) : Microsoft.Office.Core.Signature
Default Public ReadOnly Property Item(iSig As Integer) As Signature

Parameters

iSig
Int32

Required Integer. Determines which Signature object to return.

Property Value

Applies to