VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebAcquiredImageJS type / WebAcquiredImageJS Constructors / WebAcquiredImageJS Constructor(WebTwainDeviceManagerJS,string)
Syntax BrowserCompatibility SeeAlso
In This Topic
    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(
    twainDeviceManager
    An instance of WebTwainDeviceManagerJS class.
    : WebTwainDeviceManagerJS,
    imageId
    An image identifier in local Vintasoft Web TWAIN service.
    : string
    ) : WebAcquiredImageJS;

    Parameters

    twainDeviceManager
    An instance of WebTwainDeviceManagerJS class.
    imageId
    An image identifier in local Vintasoft Web TWAIN service.
    Browser Compatibility
    9
    See Also