Skip to content

modern-pdf-lib


modern-pdf-lib / AnnotationType

Type Alias: AnnotationType

AnnotationType = "Text" | "Link" | "FreeText" | "Line" | "Square" | "Circle" | "Polygon" | "PolyLine" | "Highlight" | "Underline" | "Squiggly" | "StrikeOut" | "Stamp" | "Caret" | "Ink" | "Popup" | "FileAttachment" | "Sound" | "Movie" | "Widget" | "Screen" | "PrinterMark" | "TrapNet" | "Watermark" | "Redact" | "3D"

Defined in: src/annotation/pdfAnnotation.ts:32

All annotation subtypes defined in the PDF specification.

Released under the MIT License.