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

    Parameters

    images
    An array of WebImageJS objects, which must be removed.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if collection does not contain specified image.
    Browser Compatibility
    9
    See Also