VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebBinarizeCommandJS type / get_MaxLevelDifference Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MaxLevelDifference Method
    In This Topic
    Gets the sensibility of dark pixels in light regions for adaptive binarization mode.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebBinarizeCommandJS();
    
    var value; // Type: number
    value = instance.get_MaxLevelDifference();
    
    
    function get_MaxLevelDifference() : number;
    

    Return Value

    Sensibility of dark pixels. Valid values are from -765 to 765. Default value is -115.
    Browser Compatibility
    56+
    45+
    11
    See Also