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);
function set_BlackPixelRemovalThreshold(
: number
) : any;
Parameters
- value
- Threshold, in percents, for black pixels removal. Valid values are from 0 to 100. Default value is 33.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also