PdfDocumentOptionsTableOfContents Property

The table of contents options controlling the title, style, page numbers, inline placement and creation mode. To enable the creation of the table of contents from HTML heading tags or data-heading elements, set the GenerateTableOfContents property to true.

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.36.0
C#
public TableOfContentsOptions TableOfContents { get; }

Property Value

TableOfContentsOptions

See Also