TableOfContentsOptionsCreateInline Property

A flag indicating whether the table of contents is integrated into the document being converted. In the context of the HTML to PDF Converter, its position is determined by a DIV element with the ID 'html-to-pdf-toc'. If such an element is not predefined in the HTML, it will be created by the converter. When creating a table of contents for other types of documents, the inline table of contents is created at the beginning of the document.

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.0.0
C#
public bool CreateInline { get; set; }

Property Value

Boolean

See Also