Removes a signature field from a Text Control document.

Remove(SignatureField)

public bool Remove(SignatureField signatureField);
Public Function Remove(ByVal signatureField As SignatureField) As Boolean

Parameters

Parameter Description
signatureField Specifies the signature field to remove.

Return Value

The return value is true, if the signature field could be removed. Otherwise, it is false.