Removes an image from a Text Control document.

Remove(Image)

public bool Remove(Image image);
Public Function Remove(ByVal image As Image) As Boolean

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.