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