VintaSoft Twain .NET SDK 15.2: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainImageLayoutJS type / get_Height Property
Syntax BrowserCompatibility SeeAlso
    get_Height Method
    Gets height of image layout rectangle.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainImageLayoutJS(x, y, width, height);
    
    var value; // Type: number
    value = instance.get_Height();
    
    

    Return Value

    Height of image layout rectangle.
    Browser Compatibility
    9
    See Also