Click or drag to resize

C_ANNOTATION_TYPE Enumeration

Annotation type.

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
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.(not support currently)
C_ANNOTATION_POLYLINE8 Polyline annotation.(not support currently)
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.(not support currently)
C_ANNOTATION_MOVIE19 Movie annotation.(not support currently)
C_ANNOTATION_WIDGET20 Form form.
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_RICHMEDIA26 Not support currently.
C_ANNOTATION_REDACT27 Not support currently.
C_ANNOTATION_INTERCHANGE28 Not support currently.
See Also