Nutrient Web SDK
    Preparing search index...

    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).

    Index

    Enumeration Members

    Enumeration Members

    CONTINUOUS: "CONTINUOUS"

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

    DISABLED: "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: "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.