ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEText Class / GetItem Method
Index of the text item in the text object.




In This Topic
    GetItem Method
    In This Topic
    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