Skip to content

PDFDestination

@scaryterry/pdfium


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

A destination within a PDF document.

fitType: DestinationFitType

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

Fit type for the destination view.


pageIndex: number

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

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


optional x: number

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

X coordinate in page units (if applicable).


optional y: number

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

Y coordinate in page units (if applicable).


optional zoom: number

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

Zoom level (if applicable).