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

IsEndOfWord Property

Show in webframe
Indicates if this the last character in a word.
Syntax
get_isEndOfWord();
set_isEndOfWord(value);
Object.defineProperty('isEndOfWord');

Property Value

TypeDescription
booleantrue if this is the last character in a word; otherwise, it is false. The default value is false.
Remarks

DocumentPageText uses the IsEndOfWord and IsEndOfLine properties to construct the words and lines of the text found in a document.

See Also

Reference

DocumentCharacter Object
DocumentCharacter Members

Error processing SSI file