The index of the first character that forms this word in the Characters list.
public int FirstCharacterIndex { get; set; }
Public Property FirstCharacterIndex() As Integer
Get
Set
public:
property int FirstCharacterIndex
{
int get()
void set(int value)
}
public int getFirstCharacterIndex()
public void setFirstCharacterIndex(int value)
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.
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