VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageCollectionJS type / addRange Methods / addRange(Vintasoft.Shared.WebImageCollectionJS) Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
addRange(Vintasoft.Shared.WebImageCollectionJS) Method
In This Topic
Adds images to the end of the collection.
Syntax
var instance = new Vintasoft.Shared.WebImageCollectionJS();

var value; // Type: any

// Parameters
var images; // Type: WebImageCollectionJS

value = instance.addRange(images);

Parameters

images
An image collection, which is represented by WebImageCollectionJS object.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if image already exists in collection.
Browser Compatibility
9
See Also