Gets or sets table of contents info.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic TocInfo TocInfo { get; set; }
Public Property TocInfo As TocInfo
Get
Set
public:
property TocInfo^ TocInfo {
TocInfo^ get ();
void set (TocInfo^ value);
}
member TocInfo : TocInfo with get, set
Property Value
Type:
TocInfoThe table of contents info - default null. If it set this page will contain table of contents.
See Also