Removes all text fields from a Text Control document.
Introduced: 13.0.
public void Clear(bool keepText);
Parameter | Description |
---|---|
keep |
If this parameter is set to true, all text fields are removed without deleting their texts. Otherwise, the texts are also deleted. |