Skip to content

DestinationFitType

@scaryterry/pdfium


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

Destination view fit types.

Defines how the destination view should fit in the viewer.

Enumeration MemberValueDescriptionDefined in
Fit"Fit"Fit the entire page in the window.src/core/types.ts:1034
FitB"FitB"Fit the page’s bounding box in the window.src/core/types.ts:1042
FitBH"FitBH"Fit the bounding box width in the window.src/core/types.ts:1044
FitBV"FitBV"Fit the bounding box height in the window.src/core/types.ts:1046
FitH"FitH"Fit the page width in the window.src/core/types.ts:1036
FitR"FitR"Fit the specified rectangle in the window.src/core/types.ts:1040
FitV"FitV"Fit the page height in the window.src/core/types.ts:1038
Unknown"Unknown"Unknown or unsupported fit type.src/core/types.ts:1030
XYZ"XYZ"Fit the entire page in the window.src/core/types.ts:1032