VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.WpfTwain Namespace / DeviceCollection Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
DeviceCollection Class
In This Topic
Class that allows to get information about TWAIN devices installed in the system.
Object Model
Device DeviceCollection
Syntax
'Declaration

<DefaultMemberAttribute("Item")>
Public NotInheritable Class DeviceCollection
   Inherits System.Collections.ReadOnlyCollectionBase

[DefaultMember("Item")]
public sealed class DeviceCollection : System.Collections.ReadOnlyCollectionBase

Inheritance Hierarchy

System.Object
   System.Collections.ReadOnlyCollectionBase
      Vintasoft.WpfTwain.DeviceCollection

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