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

PdfNonFullScreenPageMode Enum

Lists values that specify how the document page is displayed in windowed mode.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

[PdfDefaultField(PdfNonFullScreenPageMode.UseNone)]
public enum PdfNonFullScreenPageMode

Members

Name Description
UseNone

Only pages are displayed. Bookmarks, Attachments, Page Thumbnails, and Layers panels are hidden.

UseOutlines

The pages and the Bookmarks panel are displayed.

UseThumbs

The pages and the Page Thumbnails panel are displayed.

UseOC

The pages and optional content group panel (the Layers panel) are displayed.

See Also