static public method ImageExtensions.AddImageToSection

Brief

Adds an image in bytes to the section, configures the image, and returns the SectionBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.SectionBuilder  AddImageToSection (this Gehtsoft.PDFFlow.Builder.SectionBuilder sectionBuilder, System.Byte[] content, System.Action<Gehtsoft.PDFFlow.Builder.ImageBuilder> configure)

Parameters
sectionBuilder

This SectionBuilder.

content

The image content in bytes.

configure

A configuration action for the image.

Declared in ImageExtensions

back