Skip to content

zeropdf v1.5.5


zeropdf / UnderlineAnnotationOptions

Interface: UnderlineAnnotationOptions

Defined in: src/types.ts:2400

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:2410
heightnumberHeight in PDF points.src/types.ts:2408
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2414
tag?"Annot" | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2412
widthnumberWidth in PDF points.src/types.ts:2406
xnumberHorizontal position in PDF points.src/types.ts:2402
ynumberVertical position in PDF points.src/types.ts:2404

Released under the ISC license.