VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Twain Namespace / WebAcquiredImageIsBlankResultJS type / WebAcquiredImageIsBlankResultJS Constructor(boolean,number)
Syntax BrowserCompatibility SeeAlso
In This Topic
WebAcquiredImageIsBlankResultJS Constructor(boolean,number)
In This Topic
Initializes a new instance of the WebAcquiredImageIsBlankResultJS class.
Syntax
// Parameters
var isBlank; // Type: boolean
var noiseLevel; // Type: number

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

Parameters

isBlank
A value indicating whether the image is blank.
noiseLevel
Current noise value in image.
Browser Compatibility
9
See Also