Back to Devexpress

PdfCursorMode Enum

windowsforms-devexpress-dot-xtrapdfviewer-6eda88a1.md

latest2.9 KB
Original Source

PdfCursorMode Enum

Lists values that specify the interaction mode for keyboard and cursor.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public enum PdfCursorMode
vb
Public Enum PdfCursorMode

Members

NameDescriptionExample
SelectTool

This tool is used for navigation in a document. You can also select text and images in a document to copy using a keyboard and mouse.

|

| | HandTool |

This tool is used for navigation. The end-user can browse the document by moving the mouse while pressing the left button.

|

| | MarqueeZoom |

This tool is used to change the zoom level and navigate in a document. The end-user can increase the zoom level by simply clicking, decrease the zoom level by clicking while pressing the Ctrl key, or zoom in on a portion of a page by dragging the rectangle around it.

|

| | Custom |

The PDF Viewer does not handle mouse and keyboard events. You can handle these events to create your custom interaction tool. To change a cursor, use the PdfViewer.CursorMode property.

| | | TextHighlightTool |

Applies highlight formatting to text.

|

| | TextStrikethroughTool |

Applies strikethrough formatting to text.

|

| | TextUnderlineTool |

Applies underline formatting to text.

|

| | StickyNoteTool |

Creates text annotations (sticky notes).

|

| | FreeTextTool |

Create a free text annotation (a text box).

|

| | CalloutTool |

Create a callout (a combination of a text box and a pointer line to a specific location).

|

|

The following properties accept/return PdfCursorMode values:

Remarks

The values listed by this enumeration are used to set the PdfViewer.CursorMode property’s value.

See Also

DevExpress.XtraPdfViewer Namespace