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: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public bool CreateInline { get; set; }

Property Value

Boolean

See Also