API Reference

Class

PdfTableOfContentsOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Configures generated section navigation.

Inheritance

  • Object
  • PdfTableOfContentsOptions

Usage

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

Accepted by parameters

Constructors

public PdfTableOfContentsOptions() #

Properties

public String Title { get; set; } #

Optional TOC heading; set null to omit it.

public Int32 MinimumLevel { get; set; } #

Lowest section level included.

public Int32 MaximumLevel { get; set; } #

Highest section level included.

public Double IndentPerLevel { get; set; } #

Indent added for each hierarchy level after the minimum.

public PdfTabLeaderStyle Leader { get; set; } #

Leader rendered between the linked title and page number.

public Func<Int32, String> PageNumberFormatter { get; set; } #

Optional formatter for physical output page numbers.