ImageGear .NET v25.0 - Updated
RemoveItems Method




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

Reference

ImGearPDEText Class
ImGearPDEText Members