Class to represent character range. More...
Public Member Functions | |
CharRange (int32 start, int32 count) | |
Constructor to initialize a new instance of class PDF::CharRange with specific values. | |
Properties | |
int32 | Start |
Index of the start character. | |
int32 | Count |
Count of characters. | |
Class to represent character range.
This is used as return type of function TextSelection::GetPieceCharRange, and parameter type of function TextPage::GetChars and TextPage::SelectByRange. It specifies the index of start character and the count of characters from start character.