get_ColorHighThreshold Method
Gets the maximum allowable difference between colors for image region in the source document image.
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebImageSegmentationCommandJS();
var value; // Type: number
value = instance.get_ColorHighThreshold();
function get_ColorHighThreshold() : number;
Return Value
Maximum allowable difference between colors for image region. Valid values are from 0 to 255. Default value is 120.