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

    Return Value

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