static public method LineExtensions.AddLine

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.LineBuilder  AddLine (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