VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainFrameJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
    WebTwainFrameJS type
    Defines a frame rectangle in units of measure used by TWAIN device.
    Syntax
    // Parameters
    var left; // Type: number
    var top; // Type: number
    var right; // Type: number
    var bottom; // Type: number
    
    var instance = new Vintasoft.Twain.WebTwainFrameJS(left, top, right, bottom);
    
    
    Inheritance Hierarchy

    Object
       Vintasoft.Twain.WebTwainFrameJS

    Browser Compatibility
    9
    See Also