Appearance
a11ydocs / PageLinkOptions
Interface: PageLinkOptions
Defined in: src/types.ts:2270
Options for creating an internal link annotation to another page.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
borderWidth? | number | Annotation or field border width in PDF points. | src/types.ts:2280 |
height | number | Height in PDF points. | src/types.ts:2278 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:2284 |
tag? | "Link" | "Artifact" | Structure tag used for tagged PDF output. | src/types.ts:2282 |
width | number | Width in PDF points. | src/types.ts:2276 |
x | number | Horizontal position in PDF points. | src/types.ts:2272 |
y | number | Vertical position in PDF points. | src/types.ts:2274 |