VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.WpfTwain Namespace / KodakDeviceProfileCollection Class / IndexOf Methods / IndexOf(KodakDeviceProfile) Method
Syntax Requirements SeeAlso
In This Topic
    IndexOf(KodakDeviceProfile) Method (KodakDeviceProfileCollection)
    In This Topic
    Returns the index of the specified KodakDeviceProfile object.
    Syntax
    'Declaration
    
    Public Overloads Function IndexOf( _
    ByVal profile
    The KodakDeviceProfile to search for.
    As KodakDeviceProfile _
    ) As Integer
    public int IndexOf(
    KodakDeviceProfile profile
    )
    public: int IndexOf(
    KodakDeviceProfile* profile
    )
    public:
    int IndexOf(
    KodakDeviceProfile^ profile
    )

    Parameters

    profile
    The KodakDeviceProfile to search for.

    Return Value

    The zero-based index of the table, or -1 if the KodakDeviceProfile object is not found in the collection.
    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also