PdfPageMode Enum
Lists values that specify how to display the opened document.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Members
Name | Description |
---|---|
Use
|
When a document is opened in the viewer, it shows only pages (Bookmarks, Attachments, Page Thumbnails, and Layers panels are hidden). |
Use
|
When a document is opened in the viewer, it shows pages and opens the Bookmarks panel to display outlines (bookmarks). |
Use
|
When a document is opened in the viewer, it shows pages and opens the Page Thumbnails panel to display thumbnails. |
Full
|
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). |
Use
|
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). |
Use
|
When a document is opened in the viewer, it shows pages and opens the Attachments panel to display attachments. |
#Related API Members
The following properties accept/return PdfPageMode values:
#Remarks
Values listed by this enumeration are returned by the PdfDocument.PageMode property.