ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEText Class / RemoveItems Method
Index of the first text item in pdeText to remove.
The number of text items to remove.




In This Topic
    RemoveItems Method
    In This Topic
    Removes contiguous text items from a text element starting at a given index position.
    Syntax
    'Declaration
     
    Public Sub RemoveItems( _
       ByVal index As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearPDEText
    Dim index As Integer
    Dim count As Integer
     
    instance.RemoveItems(index, count)
    public void RemoveItems( 
       int index,
       int count
    )
    public: void RemoveItems( 
       int index,
       int count
    ) 
    public:
    void RemoveItems( 
       int index,
       int count
    ) 

    Parameters

    index
    Index of the first text item in pdeText to remove.
    count
    The number of text items to remove.
    See Also