Appearance
a11ydocs / UriLinkOptions
Interface: UriLinkOptions
Defined in: src/types.ts:2250
Options for creating an external URI link annotation.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
borderWidth? | number | Annotation or field border width in PDF points. | src/types.ts:2260 |
height | number | Height in PDF points. | src/types.ts:2258 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:2264 |
tag? | "Link" | "Artifact" | Structure tag used for tagged PDF output. | src/types.ts:2262 |
width | number | Width in PDF points. | src/types.ts:2256 |
x | number | Horizontal position in PDF points. | src/types.ts:2252 |
y | number | Vertical position in PDF points. | src/types.ts:2254 |