VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceManagerInitSettingsJS type / get_Is64BitDevicesSupported Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Is64BitDevicesSupported Method
    In This Topic
    Gets a value indicating whether TWAIN device manager supports 64-bit devices.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainDeviceManagerInitSettingsJS();
    
    var value; // Type: boolean
    value = instance.get_Is64BitDevicesSupported();
    
    
    function get_Is64BitDevicesSupported() : boolean;
    

    Return Value

    True - TWAIN device manager supports 64-bit devices; False - TWAIN device manager does not support 64-bit devices.
    Browser Compatibility
    9
    See Also