sempdf v1.9.1Interfaces
Interface: PageLinkOptions
sempdf / PageLinkOptions
Defined in: src/types.ts:2861
Options for creating an internal link annotation to another page.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
borderWidth? | number | Annotation or field border width in PDF points. | src/types.ts:2871 |
height | number | Height in PDF points. | src/types.ts:2869 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:2875 |
tag? | LinkTagOrArtifact | Structure tag used for tagged PDF output. | src/types.ts:2873 |
width | number | Width in PDF points. | src/types.ts:2867 |
x | number | Horizontal position in PDF points. | src/types.ts:2863 |
y | number | Vertical position in PDF points. | src/types.ts:2865 |