C_ANNOTATION_TYPE Enumeration |
Annotation type.
Namespace:
ComPDFKit.PDFAnnotation
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax public enum C_ANNOTATION_TYPE
Members
| Member name | Value | Description |
---|
| C_ANNOTATION_NONE | -1 |
None.
|
| C_ANNOTATION_UNKOWN | 0 |
Unknown type.
|
| C_ANNOTATION_TEXT | 1 |
Note annotation.
|
| C_ANNOTATION_LINK | 2 |
Link annotation.
|
| C_ANNOTATION_FREETEXT | 3 |
Freetext annotation.
|
| C_ANNOTATION_LINE | 4 |
Line annotation.
|
| C_ANNOTATION_SQUARE | 5 |
Square annotation.
|
| C_ANNOTATION_CIRCLE | 6 |
Circle annotation.
|
| C_ANNOTATION_POLYGON | 7 |
Polygon annotation.(not support currently)
|
| C_ANNOTATION_POLYLINE | 8 |
Polyline annotation.(not support currently)
|
| C_ANNOTATION_HIGHLIGHT | 9 |
Highlight annotation.
|
| C_ANNOTATION_UNDERLINE | 10 |
Underline annotation.
|
| C_ANNOTATION_SQUIGGLY | 11 |
Squiggly annotation.
|
| C_ANNOTATION_STRIKEOUT | 12 |
Strikeout annotation.
|
| C_ANNOTATION_STAMP | 13 |
Stamp annotation.
|
| C_ANNOTATION_CARET | 14 |
not support currently.
|
| C_ANNOTATION_INK | 15 |
Ink annotation
|
| C_ANNOTATION_POPUP | 16 |
Popup annotation.(not support currently)
|
| C_ANNOTATION_FILEATTACHMENT | 17 |
File attachment annotation.(not support currently)
|
| C_ANNOTATION_SOUND | 18 |
Sound annotation.(not support currently)
|
| C_ANNOTATION_MOVIE | 19 |
Movie annotation.(not support currently)
|
| C_ANNOTATION_WIDGET | 20 |
Form form.
|
| C_ANNOTATION_SCREEN | 21 |
Not support currently.
|
| C_ANNOTATION_PRINTERMARK | 22 |
Not support currently.
|
| C_ANNOTATION_TRAPNET | 23 |
Not support currently.
|
| C_ANNOTATION_WATERMARK | 24 |
Watermark annotation.(not support currently)
|
| C_ANNOTATION_3D | 25 |
3D annotation.(not support currently)
|
| C_ANNOTATION_RICHMEDIA | 26 |
Not support currently.
|
| C_ANNOTATION_REDACT | 27 |
Not support currently.
|
| C_ANNOTATION_INTERCHANGE | 28 |
Not support currently.
|
See Also