Class PdfInteractionMode
Specifies different mouse interaction modes.
Inheritance
System.Object
PdfInteractionMode
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public sealed class PdfInteractionMode : Enum
Fields
Pan
Enables the panning mode to move or scroll through pages using mouse dragging.
Declaration
public const PdfInteractionMode Pan
Field Value
Type | Description |
---|---|
PdfInteractionMode |
Remarks
When any annotation mode is enabled, the interaction mode will automatically switch to Selection
mode.
Selection
Enables the selection mode to select the text using mouse dragging and annotations by clicking on them.
Declaration
public const PdfInteractionMode Selection
Field Value
Type | Description |
---|---|
PdfInteractionMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |