Controls if the PDF document table of contents is created for the HTML document being converted. The default value is true
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.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
Type:
Boolean
Reference