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);
function set_MaxHoleSize(
: number
) : any;
Parameters
- value
- Maximum size, in pixels, of the holes to be removed. Valid values are from 6 to 600. Default value is 100.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also