static public method TableExtensions.AddTable

Brief

Adds a table with a specified column width to the section and returns the TableBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  AddTable (this Gehtsoft.PDFFlow.Builder.SectionBuilder sectionBuilder, params Gehtsoft.PDFFlow.Models.Shared.XUnit[] colWidth)

Parameters
sectionBuilder

This SectionBuilder.

colWidth

The column width in points.

Declared in TableExtensions

back