VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebAcquiredImageCollectionJS type / clear Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
    clear Method
    In This Topic
    Clears this image collection.
    Syntax
    var instance = new Vintasoft.Twain.WebAcquiredImageCollectionJS(twainDeviceManager);
    
    var value; // Type: any
    value = instance.clear();
    
    
    function clear() : any;
    
    Exceptions
    ExceptionDescription
    Thrown if image collection is not cleared.
    Remarks

    This function sends a synchronous request to clear this image collection. If you want to use asynchronous request instead of synchronous request, please use WebAcquiredImageCollectionJS.clearAsync function.

    Browser Compatibility
    9
    See Also