Skip to content

PDFDestination

@scaryterry/pdfium


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

A destination within a PDF document.

fitType: DestinationFitType

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

Fit type for the destination view.


pageIndex: number

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

Zero-based page index, or -1 if destination is invalid.


optional x: number

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

X coordinate in page units (if applicable).


optional y: number

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

Y coordinate in page units (if applicable).


optional zoom: number

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

Zoom level (if applicable).