sempdf
sempdf v1.9.1Interfaces

Interface: PageLinkOptions

sempdf v1.9.1


sempdf / PageLinkOptions

Defined in: src/types.ts:2861

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:2871
heightnumberHeight in PDF points.src/types.ts:2869
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2875
tag?LinkTagOrArtifactStructure tag used for tagged PDF output.src/types.ts:2873
widthnumberWidth in PDF points.src/types.ts:2867
xnumberHorizontal position in PDF points.src/types.ts:2863
ynumberVertical position in PDF points.src/types.ts:2865

On this page