Skip to main content
All docs
V25.1
  • PdfNonFullScreenPageMode Enum

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

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.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.

    Related API Members

    The following properties accept/return PdfNonFullScreenPageMode values:

    See Also