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



index
The zero-based index at which the TargetFormat item should be inserted. .
item
The TargetFormat item to insert into the collection.
index
The zero-based index at which the TargetFormat item should be inserted. .
item
The TargetFormat item to insert into the collection.
Inserts an TargetFormat item to the list at the specified index.

Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As TargetFormat _
) 
Visual Basic (Usage)Copy Code
Dim instance As TargetFormats
Dim index As Integer
Dim item As TargetFormat
 
instance.Insert(index, item)
C# 
public void Insert( 
   int index,
   TargetFormat item
)
C++/CLI 
public:
void Insert( 
   int index,
   TargetFormat^ item
) 

Parameters

index
The zero-based index at which the TargetFormat item should be inserted. .
item
The TargetFormat item to insert into the collection.

Remarks

Inserts an TargetFormat item to the list at the specified index.

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