static public method ImageExtensions.AddImageToRepeatingArea

Brief

Adds an image with specified size in pixels and scaling mode from a file to the repeating area, and returns the RepeatingAreaBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder  AddImageToRepeatingArea (this Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder areaBuilder, string filePath, Gehtsoft.PDFFlow.Models.Shared.XSize size, Gehtsoft.PDFFlow.Models.Enumerations.ScalingMode scaling = None)

Parameters
areaBuilder

This RepeatingAreaBuilder.

filePath

A path to the image file.

size

The image size in pixels.

scaling

The image scaling mode.

Declared in ImageExtensions

back