VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebAcquiredImageCollectionJS type / WebAcquiredImageCollectionJS Constructor(WebTwainDeviceManagerJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebAcquiredImageCollectionJS Constructor(WebTwainDeviceManagerJS)
    In This Topic
    Initializes a new instance of the WebAcquiredImageCollectionJS class.
    Syntax
    // Parameters
    var twainDeviceManager; // Type: WebTwainDeviceManagerJS
    
    var instance = new Vintasoft.Twain.WebAcquiredImageCollectionJS(twainDeviceManager);
    
    
    function WebAcquiredImageCollectionJS(
    twainDeviceManager
    An instance of WebTwainDeviceManagerJS class.
    : WebTwainDeviceManagerJS
    ) : WebAcquiredImageCollectionJS;

    Parameters

    twainDeviceManager
    An instance of WebTwainDeviceManagerJS class.
    Browser Compatibility
    9
    See Also