sempdf v1.9.1Interfaces
Interface: UnderlineAnnotationOptions
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
| Property | Type | Description | Defined in |
|---|---|---|---|
color? | ColorInput | Color used for the underline stroke. Defaults to black. | src/types.ts:3030 |
height | number | Height in PDF points. | src/types.ts:3028 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:3034 |
tag? | AnnotTagOrArtifact | Structure tag used for tagged PDF output. | src/types.ts:3032 |
width | number | Width in PDF points. | src/types.ts:3026 |
x | number | Horizontal position in PDF points. | src/types.ts:3022 |
y | number | Vertical position in PDF points. | src/types.ts:3024 |