public method DocumentBuilder.AddSectionToDocument

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.DocumentBuilder  AddSectionToDocument (Gehtsoft.PDFFlow.Builder.SectionBuilder sectionBuilder)

Parameters
sectionBuilder

An instance of SectionBuilder.

Declared in DocumentBuilder

back