ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEText Class / AddItem Method
Index of the text item.
The text item to add.




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