VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebImageSegmentationCommandJS type / get_ColorHighThreshold Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_ColorHighThreshold Method
In This Topic
Gets the maximum 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_ColorHighThreshold();

Return Value

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