Table of Contents
PdfPageMode Enumeration

Specifies the document's page mode.

Namespace: EO.Pdf
Assembly: EO.Pdf (in EO.Pdf.dll)

Syntax
 public enum PdfPageMode
Members
Member Name Description
UseNone Neither document outline (bookmarks) nor thumbnail images are visible.
UseOutlines Document outline (bookmarks) are visible.
UseThumbs Thumbnail images are visible.
FullScreen Full-screen mode with no menu bar, window controls, or any other window visible.
UseAttachments Opens the attachment window.
See Also