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

    Return Value

    Minimum region area. Valid values are 0 and any positive values. Default value is 0.
    Browser Compatibility
    56+
    45+
    11
    See Also