VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageCollectionJS type / remove Property
Syntax Exceptions BrowserCompatibility SeeAlso
    remove Method
    Removes specified image from the collection.
    Syntax
    var instance = new Vintasoft.Shared.WebImageCollectionJS();
    
    var value; // Type: any
    
    // Parameters
    var image; // Type: WebImageJS
    
    value = instance.remove(image);
    
    

    Parameters

    image
    WebImageJS to remove.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if collection does not contain specified image.
    Browser Compatibility
    9
    See Also