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
See Also