WebAcquiredImageJS Constructor(WebTwainDeviceManagerJS,string)
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
) : WebAcquiredImageJS;
Parameters
- twainDeviceManager
- An instance of WebTwainDeviceManagerJS class.
- imageId
- An image identifier in local Vintasoft Web TWAIN service.
Browser Compatibility
See Also