VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainFrameJS type / get_Top Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Top Method
    In This Topic
    Gets a value of the top-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_Top();
    
    
    function get_Top() : number;
    

    Return Value

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