Click or drag to resize

PdfPageMode Enumeration

PDF page mode when the document is first displayed.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public enum 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 or toolbar visible.
UseOC4 Optional content group panel visible.
UseAttachments5 Attachments panel visible.
See Also