CursorMode Enum
Defines the cursor modes available in the PDF viewer.
export declare enum CursorMode
Remarks
The cursor mode determines how the mouse or touch interactions work with the PDF document.
Fields
| TextSelection | Text selection mode. Allows selecting and copying text from the PDF document. |
| Draggable | Draggable mode. Allows dragging the PDF document with mouse or touch instead of text selection. |