VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.WpfTwain Namespace / DeviceCapabilityCollection Class / IndexOf Methods / IndexOf(DeviceCapabilityId) Method
Syntax Requirements SeeAlso
In This Topic
    IndexOf(DeviceCapabilityId) Method (DeviceCapabilityCollection)
    In This Topic
    Finds the index of capability in this collection by ID of capability.
    Syntax
    'Declaration
    
    Public Overloads Function IndexOf( _
    ByVal id
    An identifier of capability.
    As DeviceCapabilityId _
    ) As Integer
    public int IndexOf(
    DeviceCapabilityId id
    )
    public: int IndexOf(
    DeviceCapabilityId id
    )
    public:
    int IndexOf(
    DeviceCapabilityId 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 8, .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also