API Reference

Enum

PdfOutlineState

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

Expansion preference for one generated PDF outline entry.

Inheritance

  • Enum
  • PdfOutlineState

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 PdfOutlineState Default #

Uses the document-wide outline expansion level.

Value: 0
public const PdfOutlineState Open #

Shows the entry's descendants when the document is opened.

Value: 1
public const PdfOutlineState Closed #

Collapses the entry's descendants when the document is opened.

Value: 2