Nutrient Web SDK

Enumeration ZoomMode

A specific zoom mode that will always be applied whenever the viewport is resized.

Enumeration

Enumeration Members

"AUTO"

Generates a zoomLevel that will automatically align the page for the best viewing experience.

"FIT_TO_VIEWPORT"

Uses a zoomLevel that will fit the current page into the viewport completely.

"FIT_TO_WIDTH"

Uses a zoomLevel that will fit the width of the broadest page into the viewport. The height might overflow.