| SignDocSignaturegetClearedIndex Method |
Get the index of the signature at which this signature
has been removed.
This function always returns -1 for TIFF document.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic int getClearedIndex()
Return Value
Type:
Int32 -1 if the signature has not been removed, that is, the
field is still signed; a non-negative value (greater than
the index of gthis signature) indicating the index of
the signature at which this signature was found to have
been removed. If the return value equals the number
of signatures (as returned by
SignDocDocument.getSignatureCount()), this signature
has been removed after performing the last signature.
See Also