menu

Document Processing

PdfInteractionMode Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    PdfInteractionMode Class

    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
    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
    PdfInteractionMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved