Enum PdfKeyModifierFlags
Specifies modifier flags that represent the state of keys or mouse buttons during a PDF-related input event.
[Flags]
public enum PdfKeyModifierFlags
Fields
AltKey = 4
AutoRepeat = 32
ControlKey = 2
KeyPad = 16
LeftButtonDown = 64
MetaKey = 8
MiddleButtonDown = 128
None = 0
RightButtonDown = 256
ShiftKey = 1
Remarks
This enumeration supports bitwise combination of its values due to the FlagsAttribute. Use these flags to determine which modifier keys or mouse buttons were active during an input event.