PdfAnnotationType enumeration

PdfAnnotationType enumeration

Enumeration of annotation types.

The PdfAnnotationType type exposes the following members:

Fields

Field Description
TEXT Text annotation type.
CIRCLE Circle annotation type.
POLYGON Polygon annotation type.
POLY_LINE Polyline annotation type.
LINE Line annotation type.
SQUARE Square annotation type.
FREE_TEXT Free text annotation type.
HIGHLIGHT Highlight annotation type.
UNDERLINE Underline annotation type.
SQUIGGLY Squiggle annotation type.
STRIKE_OUT Strikeout annotation type.
CARET Caret annotation type.
INK Ink annotation type.
LINK Link annotation type.
POPUP Popup annotation type.
FILE_ATTACHMENT File attachment annotation type.
SOUND Sound annotation type.
MOVIE Movie annotation type.
SCREEN Screen annotation type.
WIDGET Widget annotation type.
WATERMARK Watermark annotation type.
TRAP_NET Trap network annotation type.
PRINTER_MARK Printer mark annotation type.
REDACTION Redaction annotation type.
STAMP Rubber stamp annotation type.
RICH_MEDIA RichMedia annotation type.
UNKNOWN Unknown annotation.
PDF_3D PDF3D annotation.
COLOR_BAR ColorBar annotation.
TRIM_MARK Trim mark annotation.
BLEED_MARK Bleed mark annotation.
REGISTRATION_MARK Registration mark annotation.
PAGE_INFORMATION Page information annotation.

See Also