Contents

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 NULL to 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.

See Also

Related Documentation

Accessing Document Information