Removes all fields of the type ApplicationField from a TX Text Control document.

Clear(Bool)

public void Clear(bool keepText);
Public Sub Clear(ByVal keepText As Boolean)

Parameters

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.