VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Twain Namespace / DeviceCapabilityCollection Class / IndexOf Methods / IndexOf(UInt16) Method
Syntax Requirements SeeAlso
In This Topic
IndexOf(UInt16) Method (DeviceCapabilityCollection)
In This Topic
Finds the index of capability in this collection by identifier of capability.
Syntax
'Declaration

Public Overloads Function IndexOf( _
ByVal id
An identifier of capability.
As UShort _
) As Integer
public int IndexOf(
ushort id
)

Parameters

id
An identifier of capability.

Return Value

Index of capability in this collection if capability is found; otherwise, -1.
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