Enum PdfDocumentView.PdfViewerAnnotationMode
Represent the annotation modes
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public enum PdfViewerAnnotationMode
Fields
| Name | Description |
|---|---|
| Circle | Specifies the circle annotation mode. |
| FreeText | Specifies the free text annotation mode. |
| HandwrittenSignature | Specifies the handwritten signature mode. |
| Highlight | Specifies the highlight textmarkup annotation mode. |
| Ink | Specifies the ink annotation mode. |
| InkEraser | Specifies eraser mode which allows user to erase part of the ink annotations (free hand drawings). |
| Line | Specifies the line annotation mode. |
| None | Resets the annotation mode. |
| Polygon | Specifies the polygon annotation mode. |
| Polyline | Specifies the polyline annotation mode. |
| Rectangle | Specifies the rectangle annotation mode. |
| Squiggly | Specifies the squiggly annotation mode. |
| Stamp | Specifies the stamp annotation mode. |
| StickyNote | Specifies the sticky note annotation mode. |
| Strikethrough | Specifies the strikethrough textmarkup annotation mode. |
| Underline | Specifies the underline textmarkup annotation mode. |