In This Topic
Sets the maximum pixel amount in a "medium" noise object.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebDespeckleCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_Level2(value);
function set_Level2(
: number
) : any;
Parameters
- value
- Maximum pixel amount. Valid values are from 0 to 100. Default value is 25.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also