Removes all text fields from a Text Control document.

Introduced: 13.0.

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 text fields are removed without deleting their texts. Otherwise, the texts are also deleted.