VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Twain Namespace / WebAcquiredImageCollectionJS type / add Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
add Method
In This Topic
Adds image to the image collection.
Syntax
var instance = new Vintasoft.Twain.WebAcquiredImageCollectionJS(twainDeviceManager);

var value; // Type: any

// Parameters
var image; // Type: WebAcquiredImageJS

value = instance.add(image);

Parameters

image
An instance of WebAcquiredImageJS class.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
See Also