VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebHolePunchRemovalCommandJS type / get_MaxHoleSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MaxHoleSize Method
    In This Topic
    Gets the maximum size, in pixels, of the holes to be removed.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHolePunchRemovalCommandJS();
    
    var value; // Type: number
    value = instance.get_MaxHoleSize();
    
    
    function get_MaxHoleSize() : number;
    

    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