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

    Return Value

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