ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDETextItem Class / RemoveChars Method
Index of the first character to remove.
The number of characters to remove.




In This Topic
    RemoveChars Method
    In This Topic
    Removes contiguous characters from a text item.
    Syntax
    '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)
    public void RemoveChars( 
       int startIndex,
       int count
    )
    public: void RemoveChars( 
       int startIndex,
       int count
    ) 
    public:
    void RemoveChars( 
       int startIndex,
       int count
    ) 

    Parameters

    startIndex
    Index of the first character to remove.
    count
    The number of characters to remove.
    See Also