ImageGear for .NET
GetItem Method




Index of the text item in the text object.
Obtains a text item from a text element at a given index position.
Syntax
'Declaration
 
Public Function GetItem( _
   ByVal index As Integer _
) As ImGearPDETextItem
'Usage
 
Dim instance As ImGearPDEText
Dim index As Integer
Dim value As ImGearPDETextItem
 
value = instance.GetItem(index)
public ImGearPDETextItem GetItem( 
   int index
)
public: ImGearPDETextItem* GetItem( 
   int index
) 
public:
ImGearPDETextItem^ GetItem( 
   int index
) 

Parameters

index
Index of the text item in the text object.

Return Value

ImGearPDETextItem class object.
See Also

Reference

ImGearPDEText Class
ImGearPDEText Members
ImGearPDETextItem Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback