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

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

Return Value

Minimum length-to-width ratio of line. Valid values are 1.0 and more. Default value is 1.
Browser Compatibility
56+
45+
11
See Also