| Leadtools.Documents.UI Namespace : DocumentViewerSelectTextMode Enumeration |
Leadtools.Documents.UI.DocumentViewerSelectTextMode = function() { };
Leadtools.Documents.UI.DocumentViewerSelectTextMode.prototype = {
line = 0,
word = 1,
character = 2,
};
| Value | Member | Description |
|---|---|---|
| 0 | line |
Select the whole line if any of its characters intersect with the rectangle. |
| 1 | word |
Select the whole word if any of its characters intersect with the rectangle. |
| 2 | character |
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.