VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebAutoTextInvertCommandJS type / get_MaxWhitePercentage Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_MaxWhitePercentage Method
In This Topic
Gets the maximum percentage of white pixels in inverted text block.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebAutoTextInvertCommandJS();

var value; // Type: number
value = instance.get_MaxWhitePercentage();

Return Value

Maximum percentage of white pixels in inverted text block. Valid values are from 0.0 to 49.0. Default value is 40.0.
Browser Compatibility
56+
45+
11
See Also