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
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also