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. |