PdfHtmlEnableTableOfContents Property

Controls if the PDF document table of contents is created for the HTML document being converted. The default value is true

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public bool EnableTableOfContents { get; set; }

Property Value

Boolean

See Also