VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneLocalDeviceOptionCollection Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
SaneLocalDeviceOptionCollection Class
In This Topic
Represents a collection of options, which are supported by SANE device.
Object Model
SaneLocalDeviceOption SaneLocalDeviceOptionCollection
Syntax
'Declaration

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

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

Inheritance Hierarchy

System.Object
   System.Collections.ReadOnlyCollectionBase
      Vintasoft.Sane.SaneLocalDeviceOptionCollection

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6

See Also