Skip to content

DestinationFitType

@scaryterry/pdfium


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

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:1044
FitB"FitB"Fit the page’s bounding box in the window.src/core/types.ts:1052
FitBH"FitBH"Fit the bounding box width in the window.src/core/types.ts:1054
FitBV"FitBV"Fit the bounding box height in the window.src/core/types.ts:1056
FitH"FitH"Fit the page width in the window.src/core/types.ts:1046
FitR"FitR"Fit the specified rectangle in the window.src/core/types.ts:1050
FitV"FitV"Fit the page height in the window.src/core/types.ts:1048
Unknown"Unknown"Unknown or unsupported fit type.src/core/types.ts:1040
XYZ"XYZ"Fit the entire page in the window.src/core/types.ts:1042