Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

FirstCharacterIndex Property

Show in webframe
The index of the first character that forms this word in the Characters list.
Syntax
get_firstCharacterIndex();
set_firstCharacterIndex(value);
Object.defineProperty('firstCharacterIndex');

Property Value

TypeDescription
intThe 0-based index of the first character that forms this word in the Characters list. Default value is 0.
Remarks

This value is set when BuildWords is called. The charcaters that define this word are from FirstCharacterIndex to LastCharacterIndex.

See Also

Reference

DocumentWord Object
DocumentWord Members

Error processing SSI file