Removes an image from a Text Control document.

Remove(Image)

public bool Remove(Image image);

Parameters

Parameter Description
image Specifies the image to remove.

Return Value

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