TableOfContentsOptionsCreateInline Property

A flag indicating if the table of contents is integrated in the HTML document being converted. Its position is given by a DIV element with the ID 'html-to-pdf-toc'. If such an element is not predefined in HTML it will be created by converter.

Definition

Namespace: Winnovative.Pdf.Chromium
Assembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 18.4.0
C#
public bool CreateInline { get; set; }

Property Value

Boolean

See Also