ViewerPageMode Enumeration

A name object specifying how the document should be displayed when opened.

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public enum ViewerPageMode

Members

UseNone0 Neither document outline nor thumbnail images visible.
UseOutlines1 Document outline (bookmarks) visible.
UseThumbs2 Thumbnail images visible.
FullScreen3 Full-screen mode, with no menu bar, window controls, or any other window visible.
UseOC4 Optional content group panel visible.
UseAttachments5 Document attachments visible.

See Also