SignatureSet.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.