static public method ImageExtensions.AddImage

Brief

Adds an image from a file to the table cell, configures the image, and returns the ImageBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ImageBuilder  AddImage (this Gehtsoft.PDFFlow.Builder.TableCellBuilder cell, string filePath, System.Action<Gehtsoft.PDFFlow.Builder.ImageBuilder> config)

Parameters
cell

This TableCellBuilder

filePath

A path to the image file.

config

A configuration action for the image.

Declared in ImageExtensions

back