VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Twain Namespace / DeviceManager Class / Devices Property
Syntax Exceptions Requirements SeeAlso
In This Topic
Devices Property (DeviceManager)
In This Topic
Gets a collection of TWAIN devices, which are installed in the system.
Syntax
'Declaration

<ReadOnlyAttribute(True)>
<BrowsableAttribute(False)>
Public ReadOnly Property Devices As DeviceCollection

[ReadOnly(True)]
[Browsable(False)]
public DeviceCollection Devices { get; }

Return Value

A collection of TWAIN devices, which are installed in the system.
Exceptions
ExceptionDescription
Thrown if TWAIN device manager is not open.
Thrown if TWAIN device manager is disposed.
Thrown if .NET debugger is used and the function evaluation requires all threads to run.
Requirements

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

See Also