static public method ImageExtensions.AddImageToSection

Brief

Adds an image from a file to the section, configures the image, and returns the SectionBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.SectionBuilder  AddImageToSection (this Gehtsoft.PDFFlow.Builder.SectionBuilder sectionBuilder, string filePath, System.Action<Gehtsoft.PDFFlow.Builder.ImageBuilder> configure)

Parameters
sectionBuilder

This SectionBuilder.

filePath

A path to the image file.

configure

A configuration action for the image.

Declared in ImageExtensions

back