C#
VB
C++
The index of the last character of this text item.
public int LastCharacterIndex { get; set; }
Public Property LastCharacterIndex() As Integer
Get
Set
public:
property int LastCharacterIndex
{
int get()
void set(int value)
}
The 0-based index of the first character in this text item.
FirstCharacterIndex and LastCharacterIndex are indices to the corresponding DocumentPageText object Characters array.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET