Enum LayoutMode

Controls how pages inside a view are displayed.

Namespace: PSPDFKit.UI
Assembly: PSPDFKit.dll
Syntax
public enum LayoutMode

Fields

Name Description
Auto

Automatically sets the layout mode to LayoutMode.Single or LayoutMode.Double depending on the available space.

Double

Pages will always be displayed in groups of two.

Single

Pages will always be displayed in the single page mode. This is the default mode.