TableOfContentsOptions Class

This class encapsulates the options to control the table of content automatically generated in PDF from HTML heading tags

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public class TableOfContentsOptions
Inheritance
Object    TableOfContentsOptions

Constructors

TableOfContentsOptionsInitializes a new instance of the TableOfContentsOptions class

Properties

CountTocAndStartPages A flag indicating if the table of contents pages and the PDF pages inserted before the HTML content are counted when calculating the page numbers displayed in table of contents. The property does not apply for inline table of contents. By default this property is true
CreateInline 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.
PageNumbersOffset An offset to be applied to all page numbers in the table of contents. This property can be useful when merging a PDF with a table of contents with other PDF documents. By defult this property is 0
ShowPageNumbers A flag indicating if the table of contents includes page numbers for entires. By default this property is true
Style The table of contents CSS style
Title The table of contents title
UseBrowserMode This property can be used to select between using the browser or custom mode to create the table of contents. This property has effect only when CreateInline is false. By default this property is false

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also