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

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_AutoThreshold(value);

Parameters

value
True - the black and white pixels removal thresholds are calculated automatically; otherwise, False. Default value is True.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also