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

    Return Value

    Maximum height, in pixels, of inverted text block. Valid values are from 10 to 16384. Default value is 200.
    Browser Compatibility
    56+
    45+
    11
    See Also