API Reference

Enum

PdfCatalogPageMode

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

Catalog page mode requested for the initial viewer chrome of a generated PDF.

Inheritance

  • Enum
  • PdfCatalogPageMode

Usage

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

Accepted by parameters

Values

public const PdfCatalogPageMode UseNone #

Shows neither outlines nor thumbnails when the document is opened.

Value: 0
public const PdfCatalogPageMode UseOutlines #

Shows the document outline panel when the document is opened.

Value: 1
public const PdfCatalogPageMode UseThumbs #

Shows the page thumbnails panel when the document is opened.

Value: 2
public const PdfCatalogPageMode FullScreen #

Opens the document in full-screen mode when supported by the viewer.

Value: 3
public const PdfCatalogPageMode UseOC #

Shows the optional-content group panel when the document is opened.

Value: 4
public const PdfCatalogPageMode UseAttachments #

Shows the attachments panel when the document is opened.

Value: 5