static public method ImageExtensions.AddImageToRepeatingArea

Brief

Adds an image from a file to the repeating area, configures the image, and returns the RepeatingAreaBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder  AddImageToRepeatingArea (this Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder areaBuilder, string filePath, System.Action<Gehtsoft.PDFFlow.Builder.ImageBuilder> configure)

Parameters
areaBuilder

This RepeatingAreaBuilder.

filePath

A path to the image file.

configure

A configuration action for the image.

Declared in ImageExtensions

back