UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfInteractionMode

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved