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
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool EnableTableOfContents { get; set; }
Public Property EnableTableOfContents As Boolean
Get
Set
public:
property bool EnableTableOfContents {
bool get ();
void set (bool value);
}
member EnableTableOfContents : bool with get, set
Property Value
Boolean