VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainImageLayoutJS type / WebTwainImageLayoutJS Constructor(number,number,number,number)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebTwainImageLayoutJS Constructor(number,number,number,number)
    In This Topic
    Initializes a new instance of the WebTwainImageLayoutJS class.
    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(
    x
    X-coordinate of the left-top corner of image layout rectangle.
    : number,
    y
    Y-coordinate of the left-top corner of image layout rectangle.
    : number,
    width
    Width of image layout rectangle.
    : number,
    height
    Height of image layout rectangle.
    : number
    ) : WebTwainImageLayoutJS;

    Parameters

    x
    X-coordinate of the left-top corner of image layout rectangle.
    y
    Y-coordinate of the left-top corner of image layout rectangle.
    width
    Width of image layout rectangle.
    height
    Height of image layout rectangle.
    Browser Compatibility
    9
    See Also