
Removes a text frame from a Text Control document.
[C#]
public bool Remove(TextFrame textFrame);
[Visual Basic]
Public Function Remove(ByVal textFrame As TextFrame) As Boolean
| Parameter | Description | |
| textFrame | Specifies the text frame to remove. |
The return value is true, if the text frame could be removed. Otherwise, it is false.