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

    Return Value

    A value indicating whether device is 64-bit.
    Browser Compatibility
    9
    See Also