Removes a frame (image, text frame, chart, barcode or drawing) from a document.

Remove(FrameBase)

public bool Remove(FrameBase frame);
Public Function Remove(ByVal frame As FrameBase) As Boolean

Parameters

Parameter Description
frame Specifies the image, text frame, chart, barcode or drawing to remove.

Return Value

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