VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebLineRemovalCommandJS type / get_MaxCurvature Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_MaxCurvature Method
In This Topic
Gets the maximum curvature of line.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebLineRemovalCommandJS();

var value; // Type: number
value = instance.get_MaxCurvature();

Return Value

Maximun curvature of line. Valid values are from 0.0 to 1.0. Default value is 0.1.
Browser Compatibility
56+
45+
11
See Also