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