VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageCollectionJS type / getImage Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
getImage Method
In This Topic
Returns an image.
Syntax
var instance = new Vintasoft.Shared.WebImageCollectionJS();

var value; // Type: Vintasoft.Shared.WebImageJS

// Parameters
var index; // Type: number

value = instance.getImage(index);

Parameters

index
Zero-based index of image in image collection.

Return Value

WebImageJS object.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if index is less than zero or index is equal to or greater than collection length.
Browser Compatibility
9
See Also