menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfModifierKeys - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfModifierKeys

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

    Inheritance
    System.Object
    PdfModifierKeys
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public sealed class PdfModifierKeys : Enum
    Remarks

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

    Fields

    Alt

    Represents the Alt key is pressed in the Keyboard

    Declaration
    public const PdfModifierKeys Alt
    Field Value
    Type
    PdfModifierKeys

    Control

    Represents the Control key is pressed in the Keyboard.

    Declaration
    public const PdfModifierKeys Control
    Field Value
    Type
    PdfModifierKeys

    Meta

    Represents the Meta key is pressed in the Keyboard

    Declaration
    public const PdfModifierKeys Meta
    Field Value
    Type
    PdfModifierKeys

    None

    Represents no modifiers are pressed in the Keyboard.

    Declaration
    public const PdfModifierKeys None
    Field Value
    Type
    PdfModifierKeys

    Shift

    Represents the Shift key is pressed in the Keyboard.

    Declaration
    public const PdfModifierKeys Shift
    Field Value
    Type
    PdfModifierKeys
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved