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

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

Return Value

Threshold, in percents, for white pixels removal. Valid values are from 0 to 100. Default value is 33.
Browser Compatibility
56+
45+
11
See Also