set_Is32BitDevicesSupported Method
In This Topic
Sets a value indicating whether TWAIN device manager should support 32-bit devices.
Syntax
var instance = new Vintasoft.Twain.WebTwainDeviceManagerInitSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_Is32BitDevicesSupported(value);
function set_Is32BitDevicesSupported(
: boolean
) : any;
Parameters
- value
- True - TWAIN device manager should support 32-bit devices; False - TWAIN device manager should not support 32-bit devices.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also