Nutrient Web SDK
    Preparing search index...

    Enumeration LayoutMode

    Describes how the pages will be laid out in the document view.

    Index

    Enumeration Members

    Enumeration Members

    AUTO: "AUTO"

    Automatically sets the layout mode to NutrientViewer.LayoutMode.SINGLE or NutrientViewer.LayoutMode.DOUBLE depending on the available space.

    Specifically NutrientViewer.LayoutMode.DOUBLE is chosen when the NutrientViewer container is in landscape mode and its size is greater than 992px.

    This mode is a perfect fit for tablets in particular since it will automatically update the layout mode then device orientation changes.

    When the dimensions of the viewport change (i.e. the browser window is resized), the view will be restored to make the current page visible.

    DOUBLE: "DOUBLE"

    Pages will always be displayed in groups of two.

    SINGLE: "SINGLE"

    Pages will always be displayed in the single page mode.