Indicates if this the last character in a word.
public bool IsEndOfWord { get; set; }
Public Property IsEndOfWord() As Boolean
Get
Set
public:
property bool IsEndOfWord
{
bool get()
void set(bool value)
}
public boolean isEndOfWord()
public void setEndOfWord(boolean value)
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.
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