Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace : DocumentViewerSelectTextMode Enumeration |
public enum DocumentViewerSelectTextMode : System.Enum
'Declaration
Public Enum DocumentViewerSelectTextMode Inherits System.Enum
'Usage
Dim instance As DocumentViewerSelectTextMode
public enum class DocumentViewerSelectTextMode : public System.Enum
Value | Member | Description |
---|---|---|
0x00000000 | Line | Select the whole line if any of its characters intersect with the rectangle. |
0x00000001 | Word | Select the whole word if any of its characters intersect with the rectangle. |
0x00000002 | 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.
System.Object
System.ValueType
System.Enum
Leadtools.Documents.UI.DocumentViewerSelectTextMode