Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfPageMode Enum

Lists values that specify how to display the opened document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.2.Core.dll

Declaration

[PdfDefaultField(PdfPageMode.UseNone)]
public enum PdfPageMode

Members

Name Description
UseNone

When a document is opened in the viewer, it shows only pages (Bookmarks, Attachments, Page Thumbnails, and Layers panels are hidden).

UseOutlines

When a document is opened in the viewer, it shows pages and opens the Bookmarks panel to display outlines (bookmarks).

UseThumbs

When a document is opened in the viewer, it shows pages and opens the Page Thumbnails panel to display thumbnails.

FullScreen

When a document is opened in the viewer, it shows pages in full screen mode (no menu bar, window controls, or any other window is visible).

UseOC

When a document is opened, for example, in the Adobe Acrobat Reader, the Reader shows pages and opens the optional content group panel (the Layers panel).

UseAttachments

When a document is opened in the viewer, it shows pages and opens the Attachments panel to display attachments.

Remarks

Values listed by this enumeration are returned by the PdfDocument.PageMode property.

See Also