static public method LineExtensions.AddLineToRepeatingArea

Brief

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

Declaration
C#
RepeatingAreaBuilder  AddLineToRepeatingArea (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