Different modes for selecting text while the CursorMode of the CursorModePagesViewer is SelectText.
Namespace: TallComponents.Interaction.WinFormsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.43.1
Syntax
| C# |
|---|
public enum TextSelectMode |
| Visual Basic |
|---|
Public Enumeration TextSelectMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| SelectWholeWords | 0 | Select whole words only. | |
| SelectCharacters | 1 | Allow selection of single characters. |