static public method ImageExtensions.AddImageToCell

Brief

Adds an image in bytes with specified size in pixels and scaling mode to the table cell and returns the TableCellBuilder.

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

Parameters
cell

This TableCellBuilder.

content

The image content in bytes.

size

The image size in pixels.

scaling

The image scaling mode.

Declared in ImageExtensions

back