VintaSoft Twain .NET SDK 15.1: 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);
    
    
    function add(
    image
    An instance of WebAcquiredImageJS class.
    : WebAcquiredImageJS
    ) : any;

    Parameters

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