PdfDocumentOptionsGenerateTableOfContents Property
A flag indicating if a table of contents is automatically generated in the PDF document
from HTML heading tags (H1 to H6) or from any element marked with the data-heading attribute.
The table of contents appearance and behavior are controlled by the options exposed through
the
TableOfContents property. The default is false
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.75.0
public bool GenerateTableOfContents { get; set; }
Property Value
Boolean