static public method TableExtensions.AddTable

Brief

Adds a table to the section, allows configuring the table, and returns the TableBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  AddTable (this Gehtsoft.PDFFlow.Builder.SectionBuilder sectionBuilder, System.Action<Gehtsoft.PDFFlow.Builder.TableBuilder> tableConfigure = null)

Parameters
sectionBuilder

This SectionBuilder.

tableConfigure

A configuration action for the table.

Declared in TableExtensions

back