Click or drag to resize
SignDocFieldisCurrentlyClearable Method
Check if this signature field is currently clearable. For some document formats(TIFF), signatures may only be cleared in the reverse order of signing(LIFO).Use this function to find out whether the signature field is currently clearable(as determined by SignDocDocument.getField() or SignDocDocument.getFields(),

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

Return Value

Type: Boolean
true iff this is a signature field that can be cleared now.
Remarks
The value returned by this function does not change over the lifetime of this object and therefore may not reflect the current state if signature fields have been signed or cleared since this object was created.
See Also