VintaSoft Twain .NET SDK Discussions
Questions, comments and suggestions concerning VintaSoft Twain .NET SDK.
Board index < VintaSoft Twain < VintaSoft Twain .NET SDK Discussions
var currentNoiseLevel = 0 // dummy variable
if (VSTwain1.IsBlankImage(0, 0.01, currentNoiseLevel) == true)
alert("Image is blank.")
else
{
if (VSTwain1.NoiseLevel == 100)
alert("Image is not blank. " + VSTwain1.ErrorString)
else
alert("Image is not blank. Noise level is " + VSTwain1.NoiseLevel + "%")
}
Best regards, Alexander