VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Twain Namespace / DeviceManager Class / Are32BitDevicesUsed Property
Syntax Requirements SeeAlso
In This Topic
    Are32BitDevicesUsed Property (DeviceManager)
    In This Topic
    Gets a value indicating whether the TWAIN device manager uses 32-bit devices.
    Syntax
    'Declaration
    
    Public ReadOnly Property Are32BitDevicesUsed As Boolean
    
    
    public bool Are32BitDevicesUsed { get; }
    
    
    public: __property bool get_Are32BitDevicesUsed();
    
    
    
    public:
    property bool Are32BitDevicesUsed { bool get(); }

    Property Value

    true - the TWAIN device manager uses 32-bit TWAIN devices; false - the TWAIN device manager uses 64-bit TWAIN 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