get_MinWhitePercentage Method
Gets the minimum percentage of white pixels in inverted text block.
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebAutoTextInvertCommandJS();
var value; // Type: number
value = instance.get_MinWhitePercentage();
function get_MinWhitePercentage() : number;
Return Value
Minimum percentage of white pixels in inverted text block. Valid values are from 0.0 to 49.0. Default value is 1.0.