static public method ImageExtensions.AddImage

Brief

Adds an image with a specified scaling mode from a file to the repeating area, and returns the ImageBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ImageBuilder  AddImage (this Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder areaBuilder, string filePath, Gehtsoft.PDFFlow.Models.Enumerations.ScalingMode scaling = None)

Parameters
areaBuilder

This RepeatingAreaBuilder.

filePath

A path to the image file.

scaling

The image scaling mode.

Declared in ImageExtensions

back