Removes a frame (image, text frame, chart, barcode or drawing) from a document.
public bool Remove(FrameBase frame);
Public Function Remove(ByVal frame As FrameBase) As Boolean
Parameter | Description |
---|---|
frame | Specifies the image, text frame, chart, barcode or drawing to remove. |
The return value is true, if the frame could be removed. Otherwise, it is false.