TocInfo

Overview

TocInfo is a class in Aspose.PDF FOSS for .NET.

Table of contents information for a page.

Properties: ColumnInfo, CopyToOutlines, FormatArray, FormatArrayLength, IsCountTocPages, IsShowPageNumbers, and 3 more.

Properties

NameTypeAccessDescription
TitleTextFragment?Read/WriteTitle displayed at the top of the TOC page.
IsShowPageNumbersboolRead/WriteWhether page numbers are shown next to each TOC entry.
ColumnInfoColumnInfo?Read/WriteMulti-column layout descriptor for the TOC page.
CopyToOutlinesboolRead/WriteTrue when the TOC headings should also be appended to the document’s outline tree.
FormatArrayLengthintRead/WriteLength of FormatArray; setter resizes the array padding with default LevelFormat instances.
FormatArrayLevelFormat[]?Read/WritePer-level format descriptors.
IsCountTocPagesboolRead/WriteTrue when the TOC’s own page count is included in the destination page numbers it prints.
LineDashTabLeaderTypeRead/WriteTab-leader style between heading text and page number.
PageNumbersPrefixstring?Read/WriteString inserted before each page number (“p.

See Also