VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebImageSegmentationCommandJS type / get_RectangleAccuracy Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_RectangleAccuracy Method
    In This Topic
    Gets the accuracy of approximating image region using rectangles.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebImageSegmentationCommandJS();
    
    var value; // Type: number
    value = instance.get_RectangleAccuracy();
    
    
    function get_RectangleAccuracy() : number;
    

    Return Value

    Accuracy of approximating image region using rectangles. Valid value is any value more than 1. Default value is 5.
    Browser Compatibility
    56+
    45+
    11
    See Also