VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebBinarizeCommandJS type / get_ConvertToBlackLevel Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ConvertToBlackLevel Method
    In This Topic
    Gets the level to convert pixels with darker luminance to black for adaptive binarization mode.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebBinarizeCommandJS();
    
    var value; // Type: number
    value = instance.get_ConvertToBlackLevel();
    
    
    function get_ConvertToBlackLevel() : number;
    

    Return Value

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