public method RepeatingAreaBuilder.AddLine

Brief

Adds a line to the repeating area.

Declaration
C#
Gehtsoft.PDFFlow.Builder.LineBuilder  AddLine (System.Action<Gehtsoft.PDFFlow.Builder.LineBuilder> itemConfigure)

Parameters
itemConfigure

A configuration action for the line.

Declared in RepeatingAreaBuilder

back