static public method ImageExtensions.AddImageToRepeatingArea

Brief

Adds an image in bytes with specified width and height in pixels and scaling mode to the repeating area and returns the RepeatingAreaBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder  AddImageToRepeatingArea (this Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder areaBuilder, System.Byte[] content, System.Single width, System.Single height, Gehtsoft.PDFFlow.Models.Enumerations.ScalingMode scaling = None)

Parameters
areaBuilder

This RepeatingAreaBuilder.

content

The image content in bytes.

width

The image width in pixels.

height

The image height in pixels.

scaling

The image scaling mode.

Declared in ImageExtensions

back