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

Remove(FrameBase)

public bool Remove(FrameBase frame);

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.