static public method LineExtensions.AddLine

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.LineBuilder  AddLine (this Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder areaBuilder, System.Action<Gehtsoft.PDFFlow.Builder.LineBuilder> configure = null)

Parameters
areaBuilder

This RepeatingAreaBuilder.

configure

A configuration action for the line.

Declared in LineExtensions

back