Click or drag to resize

AnnotType Enumeration

Annotation types

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum AnnotType
Members
  Member nameValueDescription
e_Text0Text annotation
e_Link1Link annotation
e_FreeText2Free text annotation
e_Line3Line annotation
e_Square4Square annotation
e_Circle5Circle annotation
e_Polygon6Polygon annotation
e_Polyline7Polyline annotation
e_Highlight8Highlight annotation
e_Underline9Underline annotation
e_Squiggly10Squiggly-underline annotation
e_StrikeOut11Strikeout annotation
e_Stamp12Rubber stamp annotation
e_Caret13Caret annotation
e_Ink14Ink annotation
e_Popup15Pop-up annotation
e_FileAttachment16File attachment annotation
e_Sound17Sound annotation
e_Movie18Movie annotation
e_Widget19Widget annotation
e_Screen20Screen annotation
e_PrinterMark21Printer’s mark annotation
e_TrapNet22Trap network annotation
e_Watermark23Watermark annotation
e_3D243D annotation
e_Redact25Redact annotation
e_Projection26Projection annotation, Adobe supplement to ISO 32000
e_RichMedia27Rich Media annotation, Adobe supplement to ISO 32000
e_Unknown28Unknown annotation type
See Also