VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.WpfTwain Namespace / DeviceManager Class / Use32BitDevices() Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Use32BitDevices() Method (DeviceManager)
    In This Topic
    Specifies that the device manager must use 32-bit devices.
    Syntax
    'Declaration
    
    Public Sub Use32BitDevices()
    
    
    public void Use32BitDevices()
    
    
    public: void Use32BitDevices()
    
    
    public:
    void Use32BitDevices()
    Exceptions
    ExceptionDescription
    Thrown if TWAIN device manager 1.x is used OR the TWAIN device manager already uses 32-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