Skip to content

zeropdf v1.3.0


zeropdf / PageLinkOptions

Interface: PageLinkOptions

Defined in: src/types.ts:2216

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:2226
heightnumberHeight in PDF points.src/types.ts:2224
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2230
tag?"Link" | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2228
widthnumberWidth in PDF points.src/types.ts:2222
xnumberHorizontal position in PDF points.src/types.ts:2218
ynumberVertical position in PDF points.src/types.ts:2220

Released under the ISC license.