ImageGear .NET
RemoveChars Method




Index of the first character to remove.
The number of characters to remove.
Removes contiguous characters from a text item.
Syntax
public void RemoveChars( 
   int startIndex,
   int count
)
public: void RemoveChars( 
   int startIndex,
   int count
) 
public:
void RemoveChars( 
   int startIndex,
   int count
) 
'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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback