public method TableBuilder.Configure

Brief

Configures the table by a configuration action.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  Configure (System.Action<Gehtsoft.PDFFlow.Builder.TableBuilder> tableConfig)

Parameters
tableConfig

A configuration action for the table.

Declared in TableBuilder

back