Skip to content

a11ydocs v1.7.0


a11ydocs / UriLinkOptions

Interface: UriLinkOptions

Defined in: src/types.ts:2250

Options for creating an external URI link annotation.

Properties

PropertyTypeDescriptionDefined in
borderWidth?numberAnnotation or field border width in PDF points.src/types.ts:2260
heightnumberHeight in PDF points.src/types.ts:2258
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2264
tag?"Link" | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2262
widthnumberWidth in PDF points.src/types.ts:2256
xnumberHorizontal position in PDF points.src/types.ts:2252
ynumberVertical position in PDF points.src/types.ts:2254

Released under the ISC license.