The different modes of the cursor in the PagesViewer control.
Namespace:
TallComponents.Interaction.WinFormsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.20.0
Syntax
| C# |
|---|
public enum CursorMode |
| Visual Basic (Declaration) |
|---|
Public Enumeration CursorMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Normal | 0 | Move the page around. | |
| ZoomIn | 1 | While in this mode, clicking on the page will zoom in. | |
| ZoomOut | 2 | While in this mode, clicking on the page will zoom in. | |
| ZoomToSelection | 3 | While in this mode, a rectangle can be dragged to zoom in. | |
| SelectText | 4 | While in this mode, text can be selected and copied to the clipboard. | |
| Custom | 5 | Mouse events are handled by the client in an application specific way. |