C#
VB
Java
C++
Indicates whether this is the last character in a word.
public bool IsEndOfWord { get; set; }
Public Property IsEndOfWord As Boolean
public boolean isEndOfWord()
public void setEndOfWord(boolean isEndOfWord)
true if this is the last character in a word; otherwise, it is false. The default value is false.
You can use the IsEndOfWord and IsEndOfLine properties to construct the words and lines of the text in a PDF page.
For an example, refer to PDFObject.
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