outlineRoot
The document’s root outline to a PDF outline object.
Declaration
var outlineRoot: PDFOutline? { get set }Parameters
- outline:
The outline to be used as the document’s root outline. Pass
NULLto strip the outline from a document.
Discussion
When a PDF document is saved, the outline tree structure is written out to the destination PDF file.