VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebHalftoneRemovalCommandJS type / set_WhitePixelRemovalThreshold Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_WhitePixelRemovalThreshold Method
Sets the threshold, in percents, for white pixels removal.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHalftoneRemovalCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_WhitePixelRemovalThreshold(value);

Parameters

value
Threshold, in percents, for white 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