VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceManagerJS type / WebTwainDeviceManagerJS Constructors / WebTwainDeviceManagerJS Constructor(WebServiceJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebTwainDeviceManagerJS Constructor(WebServiceJS)
    In This Topic
    Initializes a new instance of the WebTwainDeviceManagerJS class.
    Syntax
    // Parameters
    var service; // Type: WebServiceJS
    
    var instance = new Vintasoft.Twain.WebTwainDeviceManagerJS(service);
    
    
    function WebTwainDeviceManagerJS(
    service
    An instance of WebServiceJS class that should be used for working with TWAIN device manager.
    : WebServiceJS
    ) : WebTwainDeviceManagerJS;

    Parameters

    service
    An instance of WebServiceJS class that should be used for working with TWAIN device manager.
    Browser Compatibility
    9
    See Also