PdfHtmlImageEnableTableOfContents Property

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

Definition

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

Property Value

Boolean

See Also