VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebAcquiredImageIsBlankResultJS type / get_NoiseLevel Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_NoiseLevel Method
    In This Topic
    Gets current noise value in image.
    Syntax
    var instance = new Vintasoft.Twain.WebAcquiredImageIsBlankResultJS(isBlank, noiseLevel);
    
    var value; // Type: number
    value = instance.get_NoiseLevel();
    
    
    function get_NoiseLevel() : number;
    

    Return Value

    Current noise value in image.
    Browser Compatibility
    9
    See Also