VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Twain Namespace / WebAcquiredImageJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebAcquiredImageJS type
    In This Topic
    Represents an image acquired from TWAIN device.
    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;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Twain.WebAcquiredImageJS

    Browser Compatibility
    9
    See Also