VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebRestoreTextFromHalftoneCommandJS type / get_AutoThreshold Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_AutoThreshold Method
In This Topic
Gets a value indicating whether the black and white pixels removal thresholds are calculated automatically.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebRestoreTextFromHalftoneCommandJS();

var value; // Type: boolean
value = instance.get_AutoThreshold();

Return Value

True - the black and white pixels removal thresholds are calculated automatically; otherwise, False. Default value is True.
Browser Compatibility
56+
45+
11
See Also