static public method TableExtensions.AddImageColumnToTable

Brief

Adds an image column to the table, allows specifying the header and configuring the column, and returns the TableBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  AddImageColumnToTable (this Gehtsoft.PDFFlow.Builder.TableBuilder table, string headerText = null, Gehtsoft.PDFFlow.Builder.ImageBuilder imageBuilder = null, System.Action<Gehtsoft.PDFFlow.Builder.TableColumnBuilder> configure = null)

Parameters
table

This TableBuilder.

headerText

The text of the column header.

imageBuilder

An instance of ImageBuilder.

configure

A configuration action for the column.

Declared in TableExtensions

back