
Removes all document links from a Text Control document.
Introduced: 13.0.
[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 document links are removed without deleting their texts. Otherwise, the texts are also deleted. |