Removes an image from a Text Control document.
public bool Remove(Image image);
Public Function Remove(ByVal image As Image) As Boolean
The return value is true, if the image could be removed. Otherwise, it is false.