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 = 3Open in full-screen presentation mode (no menu bar, window controls, or panels).
UseAttachments = 5Open with the attachments panel visible.
UseNone = 0Neither the outline nor thumbnails panel is shown (readers' default).
UseOC = 4Open with the optional-content (layers) panel visible.
UseOutlines = 1Open with the document outline (bookmarks) panel visible.
UseThumbs = 2Open with the page-thumbnails panel visible.