Table of Contents

Enum PdfPageMode

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

Specifies the page mode to be used when a PDF document is opened.

public enum PdfPageMode

Fields

FullScreen = 3
Unknown = -1
UseAttachments = 5
UseNone = 0
UseOC = 4
UseOutlines = 1
UseThumbs = 2

Remarks

The page mode determines how the document is displayed in a PDF viewer upon opening. For example, it can specify whether the document is shown in full screen, with a navigation pane, or with thumbnails. The default behavior depends on the viewer if UseNone is specified.