Removes an image from a Text Control document.
[C#] public bool Remove(Image image);
[Visual Basic] 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.