The index of the first character that forms this word in the Characters list.
Object.defineProperty(DocumentWord.prototype, 'firstCharacterIndex',
get: function(),
set: function(value)
)
firstCharacterIndex: number;
The 0-based index of the first 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.
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