WebAcquiredImageJS Constructor(WebTwainDeviceManagerJS,string,object)
In This Topic
Initializes a new instance of the
WebAcquiredImageJS class.
Syntax
// Parameters
var twainDeviceManager; // Type: WebTwainDeviceManagerJS
var imageId; // Type: string
var imageInfo; // Type: object
var instance = new Vintasoft.Twain.WebAcquiredImageJS(twainDeviceManager, imageId, imageInfo);
function WebAcquiredImageJS(
: WebTwainDeviceManagerJS,
: string,
: object
) : WebAcquiredImageJS;
Parameters
- twainDeviceManager
- An instance of WebTwainDeviceManagerJS class.
- imageId
- An image identifier in local Vintasoft Web TWAIN service.
- imageInfo
- An object with information about image.
Browser Compatibility
See Also