Skip to main content
All docs
V25.1
  • 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.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public PdfNonFullScreenPageMode NonFullScreenPageMode { get; set; }

    Property Value

    Type Description
    PdfNonFullScreenPageMode

    Indicates the page display mode.

    Available values:

    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