ImageGear .NET - Updated March 30, 2018
ReplaceChars Method (ImGearPDETextItem)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDETextItem Class : ReplaceChars Method
Index position of the characters to replace.
Replacement text.
Replaces characters in a text item.
Syntax
'Declaration
 
Public Sub ReplaceChars( _
   ByVal startIndex As Integer, _
   ByVal text As String _
) 
 
'Usage
 
Dim instance As ImGearPDETextItem
Dim startIndex As Integer
Dim text As String
 
instance.ReplaceChars(startIndex, text)

Parameters

startIndex
Index position of the characters to replace.
text
Replacement text.
Remarks
This method does not change the number of characters in the text item--extra characters are ignored.
See Also

Reference

ImGearPDETextItem Class
ImGearPDETextItem Members