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

    Return Value

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