VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebHolePunchRemovalCommandJS type / set_MaxHoleSize Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_MaxHoleSize Method
In This Topic
Sets the maximum size, in pixels, of the holes to be removed.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHolePunchRemovalCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_MaxHoleSize(value);

Parameters

value
Maximum size, in pixels, of the holes to be removed. Valid values are from 6 to 600. Default value is 100.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also