PdfPageMode Enumeration

Specifies how the document should be displayed when opened.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public enum PdfPageMode
VB
Public Enumeration PdfPageMode

Members

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

See Also