ImageGear .NET
ReplaceChars Method (ImGearPDETextItem)




Index position of the characters to replace.
Replacement text.
Replaces characters in a text item.
Syntax
public void ReplaceChars( 
   int startIndex,
   string text
)
public: void ReplaceChars( 
   int startIndex,
   string* text
) 
public:
void ReplaceChars( 
   int startIndex,
   String^ text
) 
'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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback