| SignDocDocumentgetSignature Method |
Get a signature of the document.
By passing values for @a aIndex from 0 up to getSignatureCount()-1,
the history of changes to the document can be obtained.
Exception: If clearSignature() has been called for a TIFF document,
the order of signatures is indeterminate.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic SignDocSignature getSignature(
int index
)
Parameters
- index
- Type: SystemInt32
The index of the signature, 0 for the
first signature applied to the document,
getSignatureCount()-1 for the newest signature.
Return Value
Type:
SignDocSignature A new SignDocSignature object.
See Also