Different modes for selecting text while the CursorMode of the CursorModePagesViewer is SelectText.

Namespace: TallComponents.Interaction.WinForms
Assembly: 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 nameValueDescription
SelectWholeWords0 Select whole words only.
SelectCharacters1 Allow selection of single characters.

See Also