VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Twain Namespace / DeviceManager Class / Use64BitDevices() Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Use64BitDevices() Method (DeviceManager)
    In This Topic
    Specifies that the TWAIN device manager must use 64-bit devices.
    Syntax
    'Declaration
    
    Public Sub Use64BitDevices()
    
    
    public void Use64BitDevices()
    
    
    public: void Use64BitDevices()
    
    
    public:
    void Use64BitDevices()
    Exceptions
    ExceptionDescription
    Thrown if the 64-bit devices cannot be used in 32-bit application. OR the TWAIN device manager already uses 64-bit devices.
    Requirements

    Target Platforms: .NET 8, .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also