var instance = new Vintasoft.Twain.WebAcquiredImageCollectionJS(twainDeviceManager); var value; // Type: Vintasoft.Twain.WebAcquiredImageJS // Parameters var index; // Type: number value = instance.removeAt(index);
function removeAt(
indexA zero-based index of image in image collection.: number
) : WebAcquiredImageJS;
Parameters
- index
- A zero-based index of image in image collection.
Return Value
An instance of WebAcquiredImageJS class that was removed from image collection.