static public method ImageExtensions.AddImage

Brief

Adds an image in bytes with specified size in pixels and scaling mode to the repeating area, and returns the ImageBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ImageBuilder  AddImage (this Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder areaBuilder, System.Byte[] content, Gehtsoft.PDFFlow.Models.Shared.XSize size, Gehtsoft.PDFFlow.Models.Enumerations.ScalingMode scale = None)

Parameters
areaBuilder

This RepeatingAreaBuilder.

content

The image content in bytes.

size

The image size in pixels.

scale

The image scaling mode.

Declared in ImageExtensions

back