VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebHolePunchFillingCommandJS type / get_FillBorderSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_FillBorderSize Method
    In This Topic
    Gets the size, in pixels, of border around hole punch, which should be filled.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHolePunchFillingCommandJS();
    
    var value; // Type: number
    value = instance.get_FillBorderSize();
    
    
    function get_FillBorderSize() : number;
    

    Return Value

    0 - command will fill hole punch only (use this value for "ideal" hole punches); N - command will file hole punch and border around hole punch (use border around hole punch for "not ideal" hole punches). Default value is 0.
    Browser Compatibility
    56+
    45+
    11
    See Also