VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceManagerInitSettingsJS type / set_Is64BitDevicesSupported Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_Is64BitDevicesSupported Method
In This Topic
Sets a value indicating whether TWAIN device manager should support 64-bit devices.
Syntax
var instance = new Vintasoft.Twain.WebTwainDeviceManagerInitSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_Is64BitDevicesSupported(value);

Parameters

value
True - TWAIN device manager should support 64-bit devices; False - TWAIN device manager should not support 64-bit devices.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
See Also