VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageCollection Class / IndexOf(VintasoftImage) Method
Syntax Requirements SeeAlso
In This Topic
    IndexOf(VintasoftImage) Method (ImageCollection)
    In This Topic
    Returns the index of the specified VintasoftImage object.
    Syntax
    'Declaration
    
    Public Function IndexOf( _
    ByVal value
    The VintasoftImage to search for.
    As VintasoftImage _
    ) As System.Int32
    public System.Int32 IndexOf(
    VintasoftImage value
    )
    public: System.Int32 IndexOf(
    VintasoftImage* value
    )
    public:
    System.Int32 IndexOf(
    VintasoftImage^ value
    )

    Parameters

    value
    The VintasoftImage to search for.

    Return Value

    The zero-based index of the collection, or -1 if the VintasoftImage object is not found in the collection.
    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