VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainFrameJS type / get_Bottom Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Bottom Method
    In This Topic
    Gets a value of the bottom-most edge of the rectangle, in units of measure used by device.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainFrameJS(left, top, right, bottom);
    
    var value; // Type: number
    value = instance.get_Bottom();
    
    
    function get_Bottom() : number;
    

    Return Value

    A value of the bottom-most edge of the rectangle, in units of measure used by device.
    Browser Compatibility
    9
    See Also