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

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.36.0
C#
public bool GenerateTableOfContents { get; set; }

Property Value

Boolean

See Also