Skip to content

zeropdf v1.3.0


zeropdf / UriLinkOptions

Interface: UriLinkOptions

Defined in: src/types.ts:2196

Options for creating an external URI link annotation.

Properties

PropertyTypeDescriptionDefined in
borderWidth?numberAnnotation or field border width in PDF points.src/types.ts:2206
heightnumberHeight in PDF points.src/types.ts:2204
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2210
tag?"Link" | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2208
widthnumberWidth in PDF points.src/types.ts:2202
xnumberHorizontal position in PDF points.src/types.ts:2198
ynumberVertical position in PDF points.src/types.ts:2200

Released under the ISC license.