static public method TableExtensions.AddTable

Brief

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

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

Parameters
areaBuilder

This RepeatingAreaBuilder.

colWidth

The table column width in points.

Declared in TableExtensions

back