
Removes all fields of the type ApplicationField from a TX Text Control document.
[C#]
public void Clear(bool keepText);
[Visual Basic]
Public Sub Clear(ByVal keepText As Boolean)
| Parameter | Description | |
| keepText | If this parameter is set to true, all fields are removed without deleting their visible text. Otherwise, the visible text is also deleted. |