Indicates if this the last character in a line.
public bool IsEndOfLine { get; set; }
Public Property IsEndOfLine() As Boolean
Get
Set
public:
property bool IsEndOfLine
{
bool get()
void set(bool value)
}
public boolean isEndOfLine()
public void setEndOfLine(boolean value)
true if this is the last character in a line; 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