PDFLink
Defined in: src/core/types.ts:1078
A link on a PDF page.
Properties
Section titled “Properties”action?
Section titled “action?”
optionalaction:PDFAction
Defined in: src/core/types.ts:1084
The action associated with this link.
bounds
Section titled “bounds”bounds:
Rect
Defined in: src/core/types.ts:1082
Bounding rectangle in page coordinates.
destination?
Section titled “destination?”
optionaldestination:PDFDestination
Defined in: src/core/types.ts:1086
The destination for GoTo actions.
index:
number
Defined in: src/core/types.ts:1080
Zero-based index of the link on its page.