VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebDocumentSegmentationCommandJS type / get_MinTextLineHeight Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MinTextLineHeight Method
    In This Topic
    Gets the minimum height, in pixels, of text line.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebDocumentSegmentationCommandJS();
    
    var value; // Type: number
    value = instance.get_MinTextLineHeight();
    
    
    function get_MinTextLineHeight() : number;
    

    Return Value

    Minimum height, in pixels, of text line. Minimum value is 1. Default value is 6.
    Browser Compatibility
    56+
    45+
    11
    See Also