PDFDestination
Defined in: src/core/types.ts:1062
A destination within a PDF document.
Properties
Section titled “Properties”fitType
Section titled “fitType”fitType:
DestinationFitType
Defined in: src/core/types.ts:1066
Fit type for the destination view.
pageIndex
Section titled “pageIndex”pageIndex:
number
Defined in: src/core/types.ts:1064
Zero-based page index, or -1 if destination is invalid.
optionalx:number
Defined in: src/core/types.ts:1068
X coordinate in page units (if applicable).
optionaly:number
Defined in: src/core/types.ts:1070
Y coordinate in page units (if applicable).
optionalzoom:number
Defined in: src/core/types.ts:1072
Zoom level (if applicable).