The different modes of the cursor in the PagesViewer control.

Namespace: TallComponents.Interaction.WinForms
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.54.0

Syntax

C#
public enum CursorMode
Visual Basic
Public Enumeration CursorMode

Members

Member nameValueDescription
Normal0 Move the page around.
ZoomIn1 While in this mode, clicking on the page will zoom in.
ZoomOut2 While in this mode, clicking on the page will zoom in.
ZoomToSelection3 While in this mode, a rectangle can be dragged to zoom in.
SelectText4 While in this mode, text can be selected and copied to the clipboard.
Custom5 Mouse events are handled by the client in an application specific way.

See Also