Removes a text frame from a Text Control document.

Remove(TextFrame)

public bool Remove(TextFrame textFrame);

Parameters

Parameter Description
textFrame Specifies the text frame to remove.

Return Value

The return value is true, if the text frame could be removed. Otherwise, it is false.