sempdf v1.9.1Interfaces
Interface: HighlightAnnotationOptions
sempdf / HighlightAnnotationOptions
Defined in: src/types.ts:2998
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:3008 |
height | number | Height in PDF points. | src/types.ts:3006 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:3012 |
tag? | AnnotTagOrArtifact | Structure tag used for tagged PDF output. | src/types.ts:3010 |
width | number | Width in PDF points. | src/types.ts:3004 |
x | number | Horizontal position in PDF points. | src/types.ts:3000 |
y | number | Vertical position in PDF points. | src/types.ts:3002 |