VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebHolePunchFillingCommandJS type / get_MaxHoleSize Property
Syntax BrowserCompatibility SeeAlso
get_MaxHoleSize Method
Gets the maximum size, in pixels, of the holes to be removed.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHolePunchFillingCommandJS();

var value; // Type: number
value = instance.get_MaxHoleSize();

Return Value

Maximum size, in pixels, of the holes to be removed. Valid values are from 6 to 600. Default value is 100.
Browser Compatibility
56+
45+
11
See Also