VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebIsImageBlankCommandJS type / get_MaxNoiseLevel Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MaxNoiseLevel Method
    In This Topic
    Gets permitted noise level.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebIsImageBlankCommandJS();
    
    var value; // Type: number
    value = instance.get_MaxNoiseLevel();
    
    
    function get_MaxNoiseLevel() : number;
    

    Return Value

    Permitted noise level. Valid values are from 0.0 to 1.0. Default value is 0.01.
    Browser Compatibility
    56+
    45+
    11
    See Also