public method DocumentBuilder.AddSection

Brief

Adds a previously created section to the document and returns the SectionBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.SectionBuilder  AddSection (Gehtsoft.PDFFlow.Builder.SectionBuilder sectionBuilder)

Parameters
sectionBuilder

An instance of SectionBuilder.

Declared in DocumentBuilder

back