VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebImageSegmentationCommandJS type / set_RectangleAccuracy Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_RectangleAccuracy Method
In This Topic
Sets the accuracy of approximating image region using rectangles.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebImageSegmentationCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_RectangleAccuracy(value);

Parameters

value
Accuracy of approximating image region using rectangles. Valid value is any value more than 1. Default value is 5.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also