Skip to content

a11ydocs v1.7.0


a11ydocs / PageLinkOptions

Interface: PageLinkOptions

Defined in: src/types.ts:2270

Options for creating an internal link annotation to another page.

Properties

PropertyTypeDescriptionDefined in
borderWidth?numberAnnotation or field border width in PDF points.src/types.ts:2280
heightnumberHeight in PDF points.src/types.ts:2278
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2284
tag?"Link" | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2282
widthnumberWidth in PDF points.src/types.ts:2276
xnumberHorizontal position in PDF points.src/types.ts:2272
ynumberVertical position in PDF points.src/types.ts:2274

Released under the ISC license.