PDFUserInteractionMode¶
Namespace: O2S.Components.PDF4NET.View
Defines how an end-usr can interact with the control.
Inheritance Object → ValueType → Enum → PDFUserInteractionMode
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| None | 0 | No interaction. |
| PanAndScan | 1 | The user can click on a PDF page and move it to scroll the content. |
| EditAnnotations | 2 | The user can edit annotations (move/resize) on a PDF page |
| AddTextAnnotation | 3 | The user can add a text annotation on a PDF page |
| AddFileAttachmentAnnotation | 4 | The user can add a file attachment annotation on a PDF page |
| AddCircleAnnotation | 5 | The user can add a circle annotation on a PDF page |
| AddSquareAnnotation | 6 | The user can add a square annotation on a PDF page |
| AddCloudSquareAnnotation | 7 | The user can add a cloud square annotation on a PDF page |
| AddLinkAnnotation | 8 | The user can add a link annotation on a PDF page |
| AddRubberStampAnnotation | 9 | The user can add a rubber stamp annotation on a PDF page |
| AddLineAnnotation | 10 | The user can add a line annotation on a PDF page |
| AddInkAnnotation | 11 | The user can add an ink annotation on a PDF page |
| AddPolylineAnnotation | 12 | The user can add a polyline annotation on a PDF page |
| AddPolygonAnnotation | 13 | The user can add a polygon annotation on a PDF page |
| AddCloudPolygonAnnotation | 14 | The user can add a cloud polygon annotation on a PDF page |
| AddFreeTextAnnotation | 15 | The user can add a free text polygon annotation on a PDF page |
| EditFormFields | 16 | The user can edit field widgets (move/resize) on a PDF page |
| AddTextBoxField | 17 | The user can add a textbox field on a PDF page |
| AddCheckBoxField | 18 | The user can add a checkbox field on a PDF page |
| AddRadioButtonField | 19 | The user can add a radiobutton field on a PDF page |
| AddComboBoxField | 20 | The user can add a combobox field on a PDF page |
| AddListBoxField | 21 | The user can add a listbox field on a PDF page |
| AddPushButtonField | 22 | The user can add a pushbutton field on a PDF page |
| AddSignatureField | 23 | The user can add a signature field on a PDF page |
| SelectContent | 24 | The user can select text on a PDF page or draw a selection rectangle |
| HighlightText | 25 | The user can highlight text on a page |
| FlatUnderlineText | 26 | The user can underline text with a straight line |
| SquigglyUnderlineText | 27 | The user can underline text with a squiggly line |
| StrikeoutText | 28 | The user can strikeout text. |