static public method ImageExtensions.AddImage

Brief

Adds an image in bytes with a specified scaling mode to the table cell and returns the ImageBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ImageBuilder  AddImage (this Gehtsoft.PDFFlow.Builder.TableCellBuilder cell, System.Byte[] content, Gehtsoft.PDFFlow.Models.Enumerations.ScalingMode scaling = None)

Parameters
cell

This TableCellBuilder.

content

The image content in bytes.

scaling

The image scaling mode.

Declared in ImageExtensions

back