VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageCollectionJS type / addRange Methods / addRange(Vintasoft.Shared.WebImageJS[]) Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    addRange(Vintasoft.Shared.WebImageJS[]) 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: WebImageJS[]
    
    value = instance.addRange(images);
    
    
    function addRange(
    images
    An array of WebImageJS objects.
    : WebImageJS[]
    ) : any;

    Parameters

    images
    An array of WebImageJS objects.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if image already exists in collection.
    Browser Compatibility
    9
    See Also