VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebRestoreTextFromHalftoneCommandJS type / get_WhitePixelRemovalThreshold Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_WhitePixelRemovalThreshold Method
    In This Topic
    Gets the threshold, in percents, for white pixels removal.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebRestoreTextFromHalftoneCommandJS();
    
    var value; // Type: number
    value = instance.get_WhitePixelRemovalThreshold();
    
    
    function get_WhitePixelRemovalThreshold() : number;
    

    Return Value

    Threshold, in percents, for white pixels removal. Valid values are from 0 to 100. Default value is 33.
    Browser Compatibility
    56+
    45+
    11
    See Also