| Leadtools.Documents Namespace > DocumentWord Object : LastCharacterIndex Property |
get_lastCharacterIndex();
set_lastCharacterIndex(value);
Object.defineProperty('lastCharacterIndex');
| Type | Description |
|---|---|
| int | 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 charcaters that define this word are from FirstCharacterIndex to LastCharacterIndex.