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

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

Return Value

Minimum confidence of line. Valid values are from 0.0 to 1.0. Default value is 0.75.
Browser Compatibility
56+
45+
11
See Also