static public method ImageExtensions.AddImageToRepeatingArea

Brief

Adds an image in bytes to the repeating area, configures the image, and returns the RepeatingAreaBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder  AddImageToRepeatingArea (this Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder areaBuilder, System.Byte[] content, System.Action<Gehtsoft.PDFFlow.Builder.ImageBuilder> configure)

Parameters
areaBuilder

This RepeatingAreaBuilder.

content

The image content in bytes.

configure

A configuration action for the image.

Declared in ImageExtensions

back