API Reference

Enum

PdfNonFullScreenPageMode

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Viewer page mode requested when leaving full-screen display.

Inheritance

  • Enum
  • PdfNonFullScreenPageMode

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const PdfNonFullScreenPageMode UseNone #

Shows neither outlines nor thumbnails when full-screen mode exits.

Value: 0
public const PdfNonFullScreenPageMode UseOutlines #

Shows the document outline panel when full-screen mode exits.

Value: 1
public const PdfNonFullScreenPageMode UseThumbs #

Shows the page thumbnails panel when full-screen mode exits.

Value: 2
public const PdfNonFullScreenPageMode UseOC #

Shows the optional-content group panel when full-screen mode exits.

Value: 3