VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebHolePunchRemovalCommandJS type / get_MinHoleSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MinHoleSize Method
    In This Topic
    Gets the minimum 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_MinHoleSize();
    
    
    function get_MinHoleSize() : number;
    

    Return Value

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