VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainFrameJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebTwainFrameJS type
    In This Topic
    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);
    
    
    function WebTwainFrameJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Twain.WebTwainFrameJS

    Browser Compatibility
    9
    See Also