SelectionModifierKeys Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Defines modifier key for multi-select mode.
Namespace:Bytescout.PDFViewerAssembly: Bytescout.PDFViewer (in Bytescout.PDFViewer.dll) Version: 13.4.0.4759-master
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No modifier key. Every mouse click will start new selection rectangle. | |
| Shift | 1 | To start new selection you should hold Shift key when clicking left mouse button. | |
| Control | 2 | To start new selection you should hold Control key when clicking left mouse button. | |
| Alt | 3 | To start new selection you should hold Alt key when clicking left mouse button. |
See Also