VintaSoft Twain .NET SDK 15.4: 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);

Parameters

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