static public method TableExtensions.AddTableToRepeatingArea

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder  AddTableToRepeatingArea (this Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder areaBuilder, System.Action<Gehtsoft.PDFFlow.Builder.TableBuilder> tableConfigure = null)

Parameters
areaBuilder

This RepeatingAreaBuilder.

tableConfigure

A configuration action for the table.

Declared in TableExtensions

back