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.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
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