VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainImageLayoutJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebTwainImageLayoutJS type
    In This Topic
    Contains information about image layout of TWAIN device.
    Syntax
    // Parameters
    var x; // Type: number
    var y; // Type: number
    var width; // Type: number
    var height; // Type: number
    
    var instance = new Vintasoft.Twain.WebTwainImageLayoutJS(x, y, width, height);
    
    
    function WebTwainImageLayoutJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Twain.WebTwainImageLayoutJS

    Browser Compatibility
    9
    See Also