static public method OutlineExtensions.AddOutline

Brief

Adds a TOC to the document and allows configuring the TOC.

Declaration
C#
Gehtsoft.PDFFlow.Builder.OutlineBuilder  AddOutline (this Gehtsoft.PDFFlow.Builder.DocumentBuilder documentBuilder, System.Action<Gehtsoft.PDFFlow.Builder.OutlineBuilder> configure = null)

Parameters
documentBuilder

This DocumentBuilder

configure

A configuration action for the TOC.

Declared in OutlineExtensions

back