VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebImageSegmentationCommandJS type / get_ColorLowThreshold Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ColorLowThreshold Method
    In This Topic
    Gets the minimum allowable difference between colors for image region in the source document image.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebImageSegmentationCommandJS();
    
    var value; // Type: number
    value = instance.get_ColorLowThreshold();
    
    
    function get_ColorLowThreshold() : number;
    

    Return Value

    Minimum allowable difference between colors for image region. Valid values are from 0 to 255. Default value is 3.
    Browser Compatibility
    56+
    45+
    11
    See Also