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(
: number,
: number,
: number,
: 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
See Also