VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Twain Namespace / WebAcquiredImageCollectionJS type / getItem Property
Syntax BrowserCompatibility SeeAlso
In This Topic
getItem Method
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
9
See Also