public class TableOfContentsOptions
TableOfContentsOptions | Initializes a new instance of the TableOfContentsOptions class |
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 |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |