Removes an image from a Text Control document.

<void> ImageCollection.remove(<Image> image, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
image Specifies the image to remove.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.