Appearance
zeropdf / HighlightAnnotationOptions
Interface: HighlightAnnotationOptions
Defined in: src/types.ts:2353
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:2363 |
height | number | Height in PDF points. | src/types.ts:2361 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:2367 |
tag? | "Annot" | "Artifact" | Structure tag used for tagged PDF output. | src/types.ts:2365 |
width | number | Width in PDF points. | src/types.ts:2359 |
x | number | Horizontal position in PDF points. | src/types.ts:2355 |
y | number | Vertical position in PDF points. | src/types.ts:2357 |