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