ImageGear .NET - Updated October 2, 2018
RemoveItems Method




ImageGear24.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.
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)

Parameters

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

Reference

ImGearPDEText Class
ImGearPDEText Members