VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebDocumentSegmentationCommandJS type / get_BorderSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_BorderSize Method
    In This Topic
    Gets the border size of each image region.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebDocumentSegmentationCommandJS();
    
    var value; // Type: number
    value = instance.get_BorderSize();
    
    
    function get_BorderSize() : number;
    

    Return Value

    Border size of each image region. Valid value is 0 and any positive value. Default value is 1.
    Browser Compatibility
    56+
    45+
    11
    See Also