VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Twain Namespace / WebAcquiredImageIsBlankResultJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
WebAcquiredImageIsBlankResultJS type
In This Topic
Contains information about execution result of WebAcquiredImageJS.isBlank() function.
Syntax
// Parameters
var isBlank; // Type: boolean
var noiseLevel; // Type: number

var instance = new Vintasoft.Twain.WebAcquiredImageIsBlankResultJS(isBlank, noiseLevel);

Inheritance Hierarchy

Object
   Vintasoft.Twain.WebAcquiredImageIsBlankResultJS

Browser Compatibility
9
See Also