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