Removes an image from a Text Control document.
<void> ImageCollection.remove(<Image> image, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
image | Specifies the image to remove. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |