var instance = new Vintasoft.Twain.WebAcquiredImageCollectionJS(twainDeviceManager); var value; // Type: any value = instance.clear();
function clear() : any;
var instance = new Vintasoft.Twain.WebAcquiredImageCollectionJS(twainDeviceManager); var value; // Type: any value = instance.clear();
function clear() : any;
| Exception | Description | 
|---|---|
| Thrown if image collection is not cleared. | 
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.