Enumeration listing the ways the viewer handles soft line breaks found in the text.
lt.Documents.UI.DocumentViewerLineSelectionMode = {
Auto: 0,
Columns: 1,
FlowText: 2
}
lt.Documents.UI.DocumentViewerLineSelectionMode = {
Auto: 0,
Columns: 1,
FlowText: 2
}
Members
0 | Auto |
Automatically determine the selection mode from the document's mime type. |
1 | Columns |
Use column selection mode if soft line breaks are found in the text. |
2 | FlowText |
Force the flow text selection mode and ignore soft line breaks. |
For more information, refer to LineSelectionMode.
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