Appearance
a11ydocs / HighlightAnnotationOptions
Interface: HighlightAnnotationOptions
Defined in: src/types.ts:2407
Options for creating a URI link annotation.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
color? | ColorInput | Color used for drawing, text, or highlighting. | src/types.ts:2417 |
height | number | Height in PDF points. | src/types.ts:2415 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:2421 |
tag? | "Annot" | "Artifact" | Structure tag used for tagged PDF output. | src/types.ts:2419 |
width | number | Width in PDF points. | src/types.ts:2413 |
x | number | Horizontal position in PDF points. | src/types.ts:2409 |
y | number | Vertical position in PDF points. | src/types.ts:2411 |