ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDETextItem Class / ReplaceChars Method
Index position of the characters to replace.
Replacement text.




In This Topic
    ReplaceChars Method (ImGearPDETextItem)
    In This Topic
    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