static public method LineExtensions.AddLineToSection

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.SectionBuilder  AddLineToSection (this Gehtsoft.PDFFlow.Builder.SectionBuilder sectionBuilder, System.Action<Gehtsoft.PDFFlow.Builder.LineBuilder> configure = null)

Parameters
sectionBuilder

This SectionBuilder.

configure

A configuration action for the line.

Declared in LineExtensions

back