Indicates whether this character has a soft line break.
public bool IsLineBreak { get; set; }
Public Property IsLineBreak() As Boolean
Get
Set
public:
property bool IsLineBreak
{
bool get()
void set(bool value)
}
public boolean isLineBreak()
public void setLineBreak(boolean value)
true if this character has a soft line break; otherwise, false.
LEADTOOLS will set the value of this property to true for characters that may be treated by the processing software as the last character of a line. For example, if the original text has multiple columns, then the last character of each column will have this value set to true while the last character of the entire line will have IsEndOfLine.
This value is used by the Document Viewer when performing interactive text selection to determine whether to select the entire line or go to the next line.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document