sempdf
sempdf v1.9.1Interfaces

Interface: UnderlineAnnotationOptions

sempdf v1.9.1


sempdf / UnderlineAnnotationOptions

Defined in: src/types.ts:3020

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:3030
heightnumberHeight in PDF points.src/types.ts:3028
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:3034
tag?AnnotTagOrArtifactStructure tag used for tagged PDF output.src/types.ts:3032
widthnumberWidth in PDF points.src/types.ts:3026
xnumberHorizontal position in PDF points.src/types.ts:3022
ynumberVertical position in PDF points.src/types.ts:3024

On this page