alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum PdfModifierKeys

    Provides the enumeration value for the modifier key used in keyboard combinations in the PDF Viewer.

    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    [Flags]
    public enum PdfModifierKeys
    Remarks

    The enumeration supplies values corresponding to the Alt, Shift, and Ctrl keys, essential for creating keyboard combinations within the PDF Viewer.

    Fields

    Name Description
    Alt

    Represents the Alt key is pressed in the Keyboard

    Control

    Represents the Control key is pressed in the Keyboard.

    Meta

    Represents the Meta key is pressed in the Keyboard

    None

    Represents no modifiers are pressed in the Keyboard.

    Shift

    Represents the Shift key is pressed in the Keyboard.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved