Annotations

PdfAnnotation

Detailed reference for PdfAnnotation.

Concrete annotation type used for creation, update, and export workflows.

Type details

  • Kind: type

Declaration

export type PdfAnnotation =
  | PdfInkAnnotation
  | PdfHighlightAnnotation
  | PdfUnderlineAnnotation
  | PdfStrikeoutAnnotation
  | PdfSquigglyAnnotation
  | PdfNoteAnnotation
  | PdfCommentMarkerAnnotation
  | PdfTextAnnotation
  | PdfLinkAnnotation
  | PdfImageAnnotation
  | PdfStampAnnotation
  | PdfPolygonAnnotation
  | PdfPolylineAnnotation
  | PdfRedactionAnnotation
  | PdfWidgetAnnotation
  | PdfSquareAnnotation
  | PdfRectangleAnnotation
  | PdfCircleAnnotation
  | PdfEllipseAnnotation
  | PdfLineAnnotation;

Members

  • No direct fields are declared in this exported contract.