Annotation types
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Enumeration AnnotType
public enum class AnnotType
pdftron.PDF.AnnotType = function();
pdftron.PDF.AnnotType.createEnum('pdftron.PDF.AnnotType', false);
Members
| Member name | Value | Description |
---|
| e_Text | 0 | Text annotation |
| e_Link | 1 | Link annotation |
| e_FreeText | 2 | Free text annotation |
| e_Line | 3 | Line annotation |
| e_Square | 4 | Square annotation |
| e_Circle | 5 | Circle annotation |
| e_Polygon | 6 | Polygon annotation |
| e_Polyline | 7 | Polyline annotation |
| e_Highlight | 8 | Highlight annotation |
| e_Underline | 9 | Underline annotation |
| e_Squiggly | 10 | Squiggly-underline annotation |
| e_StrikeOut | 11 | Strikeout annotation |
| e_Stamp | 12 | Rubber stamp annotation |
| e_Caret | 13 | Caret annotation |
| e_Ink | 14 | Ink annotation |
| e_Popup | 15 | Pop-up annotation |
| e_FileAttachment | 16 | File attachment annotation |
| e_Sound | 17 | Sound annotation |
| e_Movie | 18 | Movie annotation |
| e_Widget | 19 | Widget annotation |
| e_Screen | 20 | Screen annotation |
| e_PrinterMark | 21 | Printer’s mark annotation |
| e_TrapNet | 22 | Trap network annotation |
| e_Watermark | 23 | Watermark annotation |
| e_3D | 24 | 3D annotation |
| e_Redact | 25 | Redact annotation |
| e_Projection | 26 | Projection annotation, Adobe supplement to ISO 32000 |
| e_RichMedia | 27 | Rich Media annotation, Adobe supplement to ISO 32000 |
| e_Unknown | 28 | Unknown annotation type |
See Also