static public method ImageExtensions.AddImage

Brief

Adds an image in bytes to a table cell and returns the ImageBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ImageBuilder  AddImage (this Gehtsoft.PDFFlow.Builder.TableCellBuilder cell, System.Byte[] content, System.Action<Gehtsoft.PDFFlow.Builder.ImageBuilder> configure)

Parameters
cell

This TableCellBuilder.

content

The image content in bytes.

configure

A configuration action for the image.

Declared in ImageExtensions

back