VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainFrameJS type / WebTwainFrameJS Constructor(number,number,number,number)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebTwainFrameJS Constructor(number,number,number,number)
    In This Topic
    Initializes a new instance of the WebTwainFrameJS class.
    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(
    left
    Value of the left-most edge of the rectangle, in WebUnitOfMeasureEnumJS.
    : number,
    top
    Value of the top-most edge of the rectangle, in WebUnitOfMeasureEnumJS.
    : number,
    right
    Value of the right-most edge of the rectangle, in WebUnitOfMeasureEnumJS.
    : number,
    bottom
    Value of the bottom-most edge of the rectangle, in WebUnitOfMeasureEnumJS.
    : number
    ) : WebTwainFrameJS;

    Parameters

    left
    Value of the left-most edge of the rectangle, in WebUnitOfMeasureEnumJS.
    top
    Value of the top-most edge of the rectangle, in WebUnitOfMeasureEnumJS.
    right
    Value of the right-most edge of the rectangle, in WebUnitOfMeasureEnumJS.
    bottom
    Value of the bottom-most edge of the rectangle, in WebUnitOfMeasureEnumJS.
    Browser Compatibility
    9
    See Also