ImageGear for .NET
AddItem Method (ImGearPDEText)




Index of the text item.
The text item to add.
Adds a text item to a text element at a given index position.
Syntax
'Declaration
 
Public Sub AddItem( _
   ByVal index As Integer, _
   ByVal textItem As ImGearPDETextItem _
) 
'Usage
 
Dim instance As ImGearPDEText
Dim index As Integer
Dim textItem As ImGearPDETextItem
 
instance.AddItem(index, textItem)
public void AddItem( 
   int index,
   ImGearPDETextItem textItem
)
public: void AddItem( 
   int index,
   ImGearPDETextItem* textItem
) 
public:
void AddItem( 
   int index,
   ImGearPDETextItem^ textItem
) 

Parameters

index
Index of the text item.
textItem
The text item to add.
See Also

Reference

ImGearPDEText Class
ImGearPDEText Members
ImGearPDETextItem Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback