Removes the specified form field from a Text Control document.

Remove(FormField)

public bool Remove(FormField formField);

Parameters

Parameter Description
formField Specifies the formr field to remove.

Return Value

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