Interface: UriLinkOptions
Options for creating an external URI link annotation.
Properties
| Property | Type | Description |
|---|---|---|
borderWidth? | number | Annotation or field border width in PDF points. |
height | number | Height in PDF points. |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. |
tag? | "Link" | "Artifact" | Structure tag used for tagged PDF output. |
width | number | Width in PDF points. |
x | number | Horizontal position in PDF points. |
y | number | Vertical position in PDF points. |