VintaSoft Twain .NET SDK 15.1: 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
    
    
    [DefaultMember("Item")]
    public __gc __sealed class SaneLocalDeviceOptionCollection : public System.Collections.ReadOnlyCollectionBase*
    
    
    [DefaultMember("Item")]
    public ref class SaneLocalDeviceOptionCollection sealed : public System.Collections.ReadOnlyCollectionBase^
    
    
    Inheritance Hierarchy

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

    Requirements

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

    See Also