Nutrient Web SDK

v0.0.0-dev

Enumeration ScrollMode

Describes mode of page scrolling in the document view - either continuous, per spread (paginated) or disabled (changing pages through the UI is disabled).

Enumeration

Enumeration Members

"CONTINUOUS"

Render all pages as a list and allow smooth scrolling. This is the default mode.

"DISABLED"

Makes scrolling only possible within a spread and doesn't allow changing pages. Whenever this mode is activated the zoom mode will be reset to NutrientViewer.ZoomMode.FIT_TO_VIEWPORT.

"PER_SPREAD"

Makes scrolling only possible within a spread. Whenever this mode is activated, or pages are changed when this mode is active, the zoom mode will be reset to NutrientViewer.ZoomMode.FIT_TO_VIEWPORT.