PageTocInfo Property
Gets or sets table of contents info.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public TocInfo TocInfo { get; set; }

Property Value

Type: TocInfo
The table of contents info - default null. If it set this page will contain table of contents.
See Also