VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageCollectionJS type / removeRange Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    removeRange Method
    In This Topic
    Removes the specified images from the collection.
    Syntax
    var instance = new Vintasoft.Shared.WebImageCollectionJS();
    
    var value; // Type: any
    
    // Parameters
    var imageIndices; // Type: number[]
    
    value = instance.removeRange(imageIndices);
    
    
    function removeRange(
    imageIndices
    imageIndices Zero-based indices of images, which must be removed.
    : number[]
    ) : any;

    Parameters

    imageIndices
    imageIndices Zero-based indices of images, which must be removed.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if index is less than zero or index is equal to or greater than collection length.
    Browser Compatibility
    9
    See Also