PdfDocumentControlGenerateTableOfContents Property

Controls if a table of contents is automatically created in the PDF document from HTML heading tags. The default is false

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 16.4.0
C#
public bool GenerateTableOfContents { get; set; }

Property Value

Boolean

See Also