Enum CursorMode
Namespace TallComponents.Interaction.WPF
The different modes of the cursor in the PagesViewer control.
Fields
Normal
Move the page around.
ZoomIn
While in this mode, clicking on the page will zoom in.
ZoomOut
While in this mode, clicking on the page will zoom in.
ZoomToSelection
While in this mode, a rectangle can be dragged to zoom in.
SelectText
While in this mode, text can be selected and copied to the clipboard.
SelectAnnotations
In this mode you can select annotations and fields.
Custom
Mouse events are handled by the client in an application specific way.