Skip to content

NamedDestination

@scaryterry/pdfium


Defined in: src/core/types.ts:996

Named destination in a PDF document.

Named destinations allow linking to specific locations by name.

name: string

Defined in: src/core/types.ts:998

The name of the destination.


pageIndex: number

Defined in: src/core/types.ts:1000

The page index (zero-based) that this destination points to.