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);
function set_RectangleAccuracy(
: number
) : any;
Parameters
- value
- Accuracy of approximating image region using rectangles. Valid value is any value more than 1. Default value is 5.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also