Table of Contents

Enum PdfPageMode

Namespace
NetPdf
Assembly
NetPdf.dll

How a PDF reader's navigation UI is presented when the document first opens (ISO 32000-2 §7.7.2, catalog /PageMode) — e.g. whether the bookmarks (outline) panel is open.

public enum PdfPageMode

Fields

FullScreen = 3

Open in full-screen presentation mode (no menu bar, window controls, or panels).

UseAttachments = 5

Open with the attachments panel visible.

UseNone = 0

Neither the outline nor thumbnails panel is shown (readers' default).

UseOC = 4

Open with the optional-content (layers) panel visible.

UseOutlines = 1

Open with the document outline (bookmarks) panel visible.

UseThumbs = 2

Open with the page-thumbnails panel visible.