public method DocumentBuilder.AddSectionToDocument

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.DocumentBuilder  AddSectionToDocument (System.Action<Gehtsoft.PDFFlow.Builder.SectionBuilder> configureBuilder = null)

Parameters
configureBuilder

Configures the SectionBuilder instance created inside this method.

Declared in DocumentBuilder

back