Class TableOfContentsTypes
Table of contents layout type
Inheritance
System.Object
TableOfContentsTypes
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public sealed class TableOfContentsTypes : Enum
Fields
Basic
Create a table of contents without page numbers
Declaration
public const TableOfContentsTypes Basic
Field Value
Type | Description |
---|---|
TableOfContentsTypes |
Remarks
More performant, but does not include page numbers
None
Do not create a table of contents
Declaration
public const TableOfContentsTypes None
Field Value
Type | Description |
---|---|
TableOfContentsTypes |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
WithPageNumbers
Create a table of contents WITH page numbers
Declaration
public const TableOfContentsTypes WithPageNumbers
Field Value
Type | Description |
---|---|
TableOfContentsTypes |