VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceManagerInitSettingsJS type / set_Is32BitDevicesSupported Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    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(
    value
    True - TWAIN device manager should support 32-bit devices; False - TWAIN device manager should not support 32-bit devices.
    : boolean
    ) : any;

    Parameters

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