[]
Returns the text of a range of ITextChar objects in this line.
string GetText(int startIndex, int count)
| Type | Name | Description |
|---|---|---|
| int | startIndex | The starting index of ITextChar object. |
| int | count | The count of ITextChar objects. |
| Type | Description |
|---|---|
| string | The text of specified range of ITextChar objects. |