ImageGear .NET v25.0 - Updated
ReplaceChars Method (ImGearPDETextItem)




ImageGear.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)
public void ReplaceChars( 
   int startIndex,
   string text
)
public: void ReplaceChars( 
   int startIndex,
   string* text
) 
public:
void ReplaceChars( 
   int startIndex,
   String^ 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