VintaSoft Imaging .NET SDK 15.1: 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();

Return Value

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