var instance = new Vintasoft.Twain.WebAcquiredImageCollectionJS(twainDeviceManager); var value; // Type: Vintasoft.Twain.WebAcquiredImageJS // Parameters var image; // Type: WebAcquiredImageJS value = instance.remove(image);
function remove(
imageAn instance of WebAcquiredImageJS class, which should be removed from this collection.: WebAcquiredImageJS
) : WebAcquiredImageJS;
Parameters
- image
- An instance of WebAcquiredImageJS class, which should be removed from this collection.
Return Value
An instance of WebAcquiredImageJS class that was removed from image collection.