Back to Devexpress

PdfViewerPreferences.NonFullScreenPageMode Property

officefileapi-devexpress-dot-pdf-dot-pdfviewerpreferences-2a1d49a6.md

latest1.5 KB
Original Source

PdfViewerPreferences.NonFullScreenPageMode Property

Gets or sets how to display a document page in windowed mode (not full-screen mode).

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfNonFullScreenPageMode NonFullScreenPageMode { get; set; }
vb
Public Property NonFullScreenPageMode As PdfNonFullScreenPageMode

Property Value

TypeDescription
PdfNonFullScreenPageMode

Indicates the page display mode.

|

Available values:

NameDescription
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

PdfViewerPreferences Class

PdfViewerPreferences Members

DevExpress.Pdf Namespace