Determines which navigation pane (if any) a viewer should show when leaving full‑screen mode; honored only when the catalog PageMode is FullScreen (default: UseNone).
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Preferences
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public enum NonFullScreenPageModeType
Fields
No outline, thumbnails, or optional content panel.
C#
UseNone = 0
Show the optional content (layers) panel.
C#
UseOC = 3
Show the document outline (bookmarks) panel.
C#
UseOutlines = 1
Show the thumbnail images panel.
C#
UseThumbs = 2