public method RepeatingAreaBuilder.AddTable

Brief

Adds a table to the repeating area.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  AddTable (System.Action<Gehtsoft.PDFFlow.Builder.TableBuilder> itemConfigure)

Parameters
itemConfigure

A configuration action for the table.

Declared in RepeatingAreaBuilder

back