NamedDestination
Defined in: src/core/types.ts:996
Named destination in a PDF document.
Named destinations allow linking to specific locations by name.
Properties
Section titled “Properties”name:
string
Defined in: src/core/types.ts:998
The name of the destination.
pageIndex
Section titled “pageIndex”pageIndex:
number
Defined in: src/core/types.ts:1000
The page index (zero-based) that this destination points to.