Interface: UnderlineAnnotationOptions
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 |
|---|---|---|
color? | ColorInput | Color used for the underline stroke. Defaults to black. |
height | number | Height in PDF points. |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. |
tag? | "Annot" | "Artifact" | Structure tag used for tagged PDF output. |
width | number | Width in PDF points. |
x | number | Horizontal position in PDF points. |
y | number | Vertical position in PDF points. |