Indicates if this the last character in a word.
Object.defineProperty(DocumentCharacter.prototype, 'isEndOfWord',
get: function(),
set: function(value)
)
isEndOfWord: boolean;
true if this is the last character in a word; otherwise, it is false. The default value is false.
DocumentPageText uses the IsEndOfWord and IsEndOfLine properties to construct the words and lines of the text found in a document.
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