Skip to content

zeropdf v1.5.5


zeropdf / SquigglyAnnotationOptions

Interface: SquigglyAnnotationOptions

Defined in: src/types.ts:2443

Options for creating a squiggly text-markup annotation. Draws a wavy underline beneath the rectangle (commonly used to flag spelling or grammar concerns).

Properties

PropertyTypeDescriptionDefined in
color?ColorInputColor used for the squiggly stroke. Defaults to red.src/types.ts:2453
heightnumberHeight in PDF points.src/types.ts:2451
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2457
tag?"Annot" | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2455
widthnumberWidth in PDF points.src/types.ts:2449
xnumberHorizontal position in PDF points.src/types.ts:2445
ynumberVertical position in PDF points.src/types.ts:2447

Released under the ISC license.