VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebRestoreTextFromHalftoneCommandJS type / set_BlackPixelRemovalThreshold Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_BlackPixelRemovalThreshold Method
In This Topic
Sets the threshold, in percents, for black pixels removal.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebRestoreTextFromHalftoneCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_BlackPixelRemovalThreshold(value);

Parameters

value
Threshold, in percents, for black pixels removal. Valid values are from 0 to 100. Default value is 33.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also