LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
IndexOf(String) Method
See Also 
Leadtools.Multimedia Namespace > Renderers Class > IndexOf Method : IndexOf(String) Method



name
The Renderer name to locate in the collection.
name
The Renderer name to locate in the collection.
Determines the index of a specific Renderer name in the collection.

Syntax

Visual Basic (Declaration) 
Overloads Public Function IndexOf( _
   ByVal name As String _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As Renderers
Dim name As String
Dim value As Integer
 
value = instance.IndexOf(name)
C# 
public int IndexOf( 
   string name
)
C++/CLI 
public:
int IndexOf( 
   String^ name
) 

Parameters

name
The Renderer name to locate in the collection.

Return Value

The zero-based index of the found item; otherwise -1 if no item found.

Remarks

This method searches the underlying item collection to locate the item name specified.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also