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

    Parameters

    device
    An instance of WebTwainDeviceJS class.
    Browser Compatibility
    9
    See Also