Skip to content

zeropdf v1.3.0


zeropdf / UnderlineAnnotationOptions

Interface: UnderlineAnnotationOptions

Defined in: src/types.ts:2375

Options for creating an underline text-markup annotation. The annotation draws a solid underline beneath the rectangle defined by x/y/width/height (the quad runs along the bottom edge of the rect).

Properties

PropertyTypeDescriptionDefined in
color?ColorInputColor used for the underline stroke. Defaults to black.src/types.ts:2385
heightnumberHeight in PDF points.src/types.ts:2383
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2389
tag?"Annot" | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2387
widthnumberWidth in PDF points.src/types.ts:2381
xnumberHorizontal position in PDF points.src/types.ts:2377
ynumberVertical position in PDF points.src/types.ts:2379

Released under the ISC license.