VintaSoft Twain .NET SDK 15.0: 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
    
    <BrowsableAttribute(False)>
    <ReadOnlyAttribute(True)>
    Public ReadOnly Property Devices As DeviceCollection
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public DeviceCollection Devices { get; }
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public: __property DeviceCollection* get_Devices();
    
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public:
    property DeviceCollection^ Devices { DeviceCollection^ 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 8, .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also