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

    Parameters

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