get_WhitePixelRemovalThreshold Method
Gets the threshold, in percents, for white pixels removal.
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebRestoreTextFromHalftoneCommandJS();
var value; // Type: number
value = instance.get_WhitePixelRemovalThreshold();
function get_WhitePixelRemovalThreshold() : number;
Return Value
Threshold, in percents, for white pixels removal. Valid values are from 0 to 100. Default value is 33.