PdfDocumentInfoTableOfContents Property |
Table of contents
Namespace: GroupDocs.Conversion.ContractsAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic IEnumerable<TableOfContentsItem> TableOfContents { get; }
Public ReadOnly Property TableOfContents As IEnumerable(Of TableOfContentsItem)
Get
public:
property IEnumerable<TableOfContentsItem^>^ TableOfContents {
IEnumerable<TableOfContentsItem^>^ get ();
}
member TableOfContents : IEnumerable<TableOfContentsItem> with get
Property Value
Type:
IEnumerableTableOfContentsItem
See Also