Click or drag to resize
SignDocFieldisSigned Method
Check if this field is a signed signature field. This function is much more efficient than SignDocDocument.verifySignature().

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public bool isSigned()

Return Value

Type: Boolean
true if this field is a signed signature field, false if this field is not a signature field or if this field is a signature field that is not signed.
See Also