VintaSoft Twain .NET SDK 15.4: 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();

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