public method DocumentBuilder.AddSection

Brief

Adds a section to the document, allows configuring the section and returns the SectionBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.SectionBuilder  AddSection (System.Action<Gehtsoft.PDFFlow.Builder.SectionBuilder> configure = null)

Parameters
configure

Configures the SectionBuilder instance created inside this method.

Declared in DocumentBuilder

back