Click or drag to resize

C_ANNOTATION_TYPE Enumeration

Annotation type.

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntax
C#
public enum C_ANNOTATION_TYPE
Members
  Member nameValueDescription
C_ANNOTATION_NONE-1 None.
C_ANNOTATION_UNKOWN0 Unknown type.
C_ANNOTATION_TEXT1 Note annotation.
C_ANNOTATION_LINK2 Link annotation.
C_ANNOTATION_FREETEXT3 Freetext annotation.
C_ANNOTATION_LINE4 Line annotation.
C_ANNOTATION_SQUARE5 Square annotation.
C_ANNOTATION_CIRCLE6 Circle annotation.
C_ANNOTATION_POLYGON7 Polygon annotation.
C_ANNOTATION_POLYLINE8 Polyline annotation.
C_ANNOTATION_HIGHLIGHT9 Highlight annotation.
C_ANNOTATION_UNDERLINE10 Underline annotation.
C_ANNOTATION_SQUIGGLY11 Squiggly annotation.
C_ANNOTATION_STRIKEOUT12 Strikeout annotation.
C_ANNOTATION_STAMP13 Stamp annotation.
C_ANNOTATION_CARET14 not support currently.
C_ANNOTATION_INK15 Ink annotation
C_ANNOTATION_POPUP16 Popup annotation.(not support currently)
C_ANNOTATION_FILEATTACHMENT17 File attachment annotation.(not support currently)
C_ANNOTATION_SOUND18 Sound annotation.
C_ANNOTATION_MOVIE19 Movie annotation.
C_ANNOTATION_WIDGET20 Widget annotation.
C_ANNOTATION_SCREEN21 Not support currently.
C_ANNOTATION_PRINTERMARK22 Not support currently.
C_ANNOTATION_TRAPNET23 Not support currently.
C_ANNOTATION_WATERMARK24 Watermark annotation.(not support currently)
C_ANNOTATION_3D25 3D annotation.(not support currently)
C_ANNOTATION_XFAWIDGET26 XFA widget annotation.(not support currently)
C_ANNOTATION_RICHMEDIA27 Rich media annotation.(not support currently)
C_ANNOTATION_REDACT28 Redact annotation.
C_ANNOTATION_INTERCHANGE29 Interchange annotation.(not support currently)
C_ANNOTATION_ARC30 Arc annotation.(not support currently)
See Also