C#
VB
Java
C++
Indicates whether this is the last character in a line.
public bool IsEndOfLine { get; set; }
Public Property IsEndOfLine As Boolean
public boolean isEndOfLine()
public void setEndOfLine(boolean isEndOfLine)
true if this is the last character in a line; 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