VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebLineRemovalCommandJS type / get_MaxGapLength Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MaxGapLength Method
    In This Topic
    Gets the maximum length of line gap.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebLineRemovalCommandJS();
    
    var value; // Type: number
    value = instance.get_MaxGapLength();
    
    
    function get_MaxGapLength() : number;
    

    Return Value

    The maximum length of line gap. Valid value is 0 and any positive value. Default value is 0.
    Browser Compatibility
    56+
    45+
    11
    See Also