VintaSoft Twain .NET SDK 15.2: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceJS type / get_IsTwain Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsTwain Method
    In This Topic
    Gets a value indicating whether device is TWAIN device.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainDeviceJS(deviceName, productFamily, manufacturer, driverVersion, twainVersion, deviceManager, is64Bit);
    
    var value; // Type: boolean
    value = instance.get_IsTwain();
    
    
    function get_IsTwain() : boolean;
    

    Return Value

    A value indicating whether device is TWAIN device.
    Browser Compatibility
    9
    See Also