PDFDocument.AddTOCEntry
From Xojo Documentation
Method
PDFDocument.AddTOCEntry(ParamArray entry As PDFTOCEntry)
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
Creates a table of contents from the entry or entries passed.
Method
PDFDocument.AddTOCEntry(entries() As PDFTOCEntry)
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
Creates a table of contents from the array of PDFTOCEntrys passed.
See Also
PDFTOCEntry class.