VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.DocumentViewer.Dialogs Namespace / WebTwainDeviceSelectionDialogJS type / WebTwainDeviceSelectionDialogJS Constructor(object)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebTwainDeviceSelectionDialogJS Constructor(object)
    In This Topic
    Initializes a new instance of the WebTwainDeviceSelectionDialogJS class.
    Syntax
    // Parameters
    var deviceManager; // Type: object
    
    var instance = new Vintasoft.Imaging.DocumentViewer.Dialogs.WebTwainDeviceSelectionDialogJS(deviceManager);
    
    
    function WebTwainDeviceSelectionDialogJS(
    deviceManager
    An instance of Vintasoft.Twain.WebTwainDeviceManagerJS class that represents opened TWAIN device manager.
    : object
    ) : WebTwainDeviceSelectionDialogJS;

    Parameters

    deviceManager
    An instance of Vintasoft.Twain.WebTwainDeviceManagerJS class that represents opened TWAIN device manager.
    Browser Compatibility
    56+
    45+
    11
    See Also