static public method ImageExtensions.AddImageToCell

Brief

Adds an image in bytes to the table cell, configures the image, and returns the TableCellBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableCellBuilder  AddImageToCell (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