VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebHalftoneRemovalCommandJS type / get_AutoThreshold Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_AutoThreshold Method
    In This Topic
    Gets a value indicating whether the black and white pixels removal thresholds are calculated automatically.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHalftoneRemovalCommandJS();
    
    var value; // Type: boolean
    value = instance.get_AutoThreshold();
    
    
    function get_AutoThreshold() : boolean;
    

    Return Value

    True - black and white pixels removal thresholds are calculated automatically; otherwise, False. Default value is True.
    Browser Compatibility
    56+
    45+
    11
    See Also