In This Topic
Returns an image in image collection.
Syntax
var instance = new Vintasoft.Twain.WebAcquiredImageCollectionJS(twainDeviceManager);
var value; // Type: Vintasoft.Twain.WebAcquiredImageJS
// Parameters
var index; // Type: number
value = instance.getItem(index);
Parameters
- index
- A zero-based index of image in image collection.
Return Value
An instance of
WebAcquiredImageJS class.
Browser Compatibility
See Also