XFINIUM.PDF Documentation
TableOfContents Field



Xfinium.Pdf.LogicalStructure Namespace > PdfStandardStructureTypes Class : TableOfContents Field
A list made up of table of contents item entries (TableOfContentsItem) and/or other nested table of contents entries (TableOfContents).
A TableOfContents entry that includes only TableOfContentsItem entries represents a flat hierarchy. A TableOfContents entry that includes other nested TableOfContents entries (and possibly TableOfContentsItem entries) represents a more complex hierarchy. Ideally, the hierarchy of a top level TableOfContents entry reflects the structure of the main body of the document.
Supported in PDF/UA-1.
Syntax
'Declaration
 
Public Const TableOfContents As String
'Usage
 
Dim value As String
 
value = PdfStandardStructureTypes.TableOfContents
public const string TableOfContents
public:
const String^ TableOfContents
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfStandardStructureTypes Class
PdfStandardStructureTypes Members