static public method ImageExtensions.AddImage

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.ImageBuilder  AddImage (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