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

    Return Value

    True - device is WIA device; False - device is NOT WIA device.
    Browser Compatibility
    9
    See Also