static public method ImageExtensions.AddImageToCell

Brief

Adds an image with a specified scaling mode from a file to the table cell and returns the TableCellBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableCellBuilder  AddImageToCell (this Gehtsoft.PDFFlow.Builder.TableCellBuilder cell, string filePath, Gehtsoft.PDFFlow.Models.Enumerations.ScalingMode scaling = None)

Parameters
cell

This TableCellBuilder.

filePath

A path to the image file.

scaling

The image scaling mode.

Declared in ImageExtensions

back