ImageGear .NET v25.0 - Updated
RemoveChars Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDETextItem Class : RemoveChars Method
Index of the first character to remove.
The number of characters to remove.
Removes contiguous characters from a text item.
Syntax
'Declaration
 
Public Sub RemoveChars( _
   ByVal startIndex As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As ImGearPDETextItem
Dim startIndex As Integer
Dim count As Integer
 
instance.RemoveChars(startIndex, count)
public void RemoveChars( 
   int startIndex,
   int count
)
public: void RemoveChars( 
   int startIndex,
   int count
) 
public:
void RemoveChars( 
   int startIndex,
   int count
) 

Parameters

startIndex
Index of the first character to remove.
count
The number of characters to remove.
See Also

Reference

ImGearPDETextItem Class
ImGearPDETextItem Members