PdfTableOfContentsInline Property

Controls if the table of contents is rendered inline in the position given by the DIV element with the ID 'html-to-pdf-toc'. If such container is not found, a new one will be automatically created

Definition

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

Property Value

Boolean

See Also