Skip to main content
A newer version of this page is available. .

CursorModeType Enum

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

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v19.2.dll

Declaration

public enum CursorModeType

Members

Name Description
HandTool

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

SelectTool

select-cursor 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.

MarqueeZoom

PDF_Marquee This tool is used to change the zoom level and navigate in a document. The end-user can increase the zoom level by 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.

TextHighlightTool

HighlightTextTool This tool is used to highlight a text.

TextStrikethroughTool

StrikethroughTextTool This tool is used to strikethrough a text.

TextUnderlineTool

UnderlineTextTool This tool is used to underline a text.

Related API Members

The following properties accept/return CursorModeType values:

Remarks

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

See Also