// Parameters var isBlank; // Type: boolean var noiseLevel; // Type: number var instance = new Vintasoft.Twain.WebAcquiredImageIsBlankResultJS(isBlank, noiseLevel);
function WebAcquiredImageIsBlankResultJS(
isBlankA value indicating whether the image is blank.: boolean,
noiseLevelCurrent noise value in image.: number
) : WebAcquiredImageIsBlankResultJS;
Parameters
- isBlank
- A value indicating whether the image is blank.
- noiseLevel
- Current noise value in image.