ImageGear .NET - Updated May 30, 2018
RemoveChars Method




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

Parameters

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

Reference

ImGearPDETextItem Class
ImGearPDETextItem Members