In This Topic
Sets the sensitivity of the command.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebImageSegmentationCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_Sensitivity(value);
function set_Sensitivity(
: number
) : any;
Parameters
- value
- Sensitivity of the command. Valid values are from 0 to 765. Default value is 15.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also