Skip to content

AnnotationType

@scaryterry/pdfium


Defined in: src/core/types.ts:421

PDF annotation subtype values.

Note: Values are non-contiguous per the PDF specification (e.g. 12 and 19 are unused).

Enumeration MemberValueDescriptionDefined in
Caret"Caret"Caret (text insertion indicator).src/core/types.ts:449
Circle"Circle"Ellipse annotation.src/core/types.ts:435
FileAttachment"FileAttachment"Embedded file attachment.src/core/types.ts:455
FreeText"FreeText"Free text (directly displayed on page).src/core/types.ts:429
Highlight"Highlight"Text highlight markup.src/core/types.ts:439
Ink"Ink"Ink (freehand drawing).src/core/types.ts:451
Line"Line"Line annotation.src/core/types.ts:431
Link"Link"Hyperlink.src/core/types.ts:427
Polygon"Polygon"Polygon annotation.src/core/types.ts:437
Popup"Popup"Pop-up window for parent annotation.src/core/types.ts:453
PrinterMark"PrinterMark"Printer’s mark annotation.src/core/types.ts:463
Redact"Redact"Redaction annotation.src/core/types.ts:475
RichMedia"RichMedia"Rich media annotation.src/core/types.ts:471
Screen"Screen"Screen annotation (multimedia).src/core/types.ts:461
Sound"Sound"Sound annotation.src/core/types.ts:457
Square"Square"Rectangle annotation.src/core/types.ts:433
Squiggly"Squiggly"Text squiggly underline markup.src/core/types.ts:443
Stamp"Stamp"Rubber stamp annotation.src/core/types.ts:447
Strikeout"Strikeout"Text strikeout markup.src/core/types.ts:445
Text"Text"Text note (sticky note).src/core/types.ts:425
ThreeD"ThreeD"3D annotation.src/core/types.ts:469
TrapNet"TrapNet"Trap network annotation.src/core/types.ts:465
Underline"Underline"Text underline markup.src/core/types.ts:441
Unknown"Unknown"Unknown annotation type.src/core/types.ts:423
Watermark"Watermark"Watermark annotation.src/core/types.ts:467
Widget"Widget"Interactive form widget.src/core/types.ts:459
XFAWidget"XFAWidget"XFA widget annotation.src/core/types.ts:473