sempdf v1.9.1Interfaces
Interface: UriLinkOptions
sempdf / UriLinkOptions
Defined in: src/types.ts:2841
Options for creating an external URI link annotation.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
borderWidth? | number | Annotation or field border width in PDF points. | src/types.ts:2851 |
height | number | Height in PDF points. | src/types.ts:2849 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:2855 |
tag? | LinkTagOrArtifact | Structure tag used for tagged PDF output. | src/types.ts:2853 |
width | number | Width in PDF points. | src/types.ts:2847 |
x | number | Horizontal position in PDF points. | src/types.ts:2843 |
y | number | Vertical position in PDF points. | src/types.ts:2845 |