The index of the last character that forms this word in the Characters list.
public int LastCharacterIndex { get; set; }
Public Property LastCharacterIndex() As Integer
Get
Set
public:
property int LastCharacterIndex
{
int get()
void set(int value)
}
public int getLastCharacterIndex()
public void setLastCharacterIndex(int value)
The 0-based index of the last character that forms this word in the Characters list. Default value is 0.
This value is set when BuildWords is called. The characters that define this word are from FirstCharacterIndex to LastCharacterIndex.
For an example, refer to DocumentPageText.
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