In This Topic
Sets the minimum confidence of line.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebLineRemovalCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_MinConfidence(value);
function set_MinConfidence(
: number
) : any;
Parameters
- value
- Minimum confidence of line. Valid values are from 0.0 to 1.0. Default value is 0.75.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also