Mode to use when selecting text.
lt.Documents.UI.DocumentViewerSelectTextMode = {
Line: 0,
Word: 1,
Character: 2
}
lt.Documents.UI.DocumentViewerSelectTextMode = {
Line: 0,
Word: 1,
Character: 2
}
Members
0 | Line |
(0) Select the whole line if any of its characters intersect with the rectangle. |
1 | Word |
(1) Select the whole word if any of its characters intersect with the rectangle. |
2 | Character |
(2) Select only characters the intersect with the rectangle. |
Used with the SelectText method to control what part of the text gets selected.
For an example, refer to SelectText.
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