VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneLocalDeviceOptionCollection Class / Item Property
Syntax Exceptions Requirements SeeAlso
In This Topic
Item Property (SaneLocalDeviceOptionCollection)
In This Topic
Gets the option at the specified index.
Syntax
'Declaration

Public Default Property Item( _
ByVal index
The zero-based index of the element to get.
As Integer _
) As SaneLocalDeviceOption
public SaneLocalDeviceOption this[
int index
]{ get; set; }

Parameters

index
The zero-based index of the element to get.

Return Value

The option at the specified index.
Exceptions
ExceptionDescription
index is less than zero or index is equal to or greater than System.Collections.ReadOnlyCollectionBase.Count.
Requirements

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

See Also