PdfViewerPreferences.NonFullScreenPageMode Property
In This Article
Gets or sets how to display a document page in windowed mode (not full-screen mode).
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfNonFullScreenPageMode NonFullScreenPageMode { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
Indicates the page display mode. |
Available values:
Name | Description |
---|---|
Use |
Only pages are displayed. Bookmarks, Attachments, Page Thumbnails, and Layers panels are hidden. |
Use |
The pages and the Bookmarks panel are displayed. |
Use |
The pages and the Page Thumbnails panel are displayed. |
Use |
The pages and optional content group panel (the Layers panel) are displayed. |
See Also