static public method ImageExtensions.AddImageToSection

Brief

Adds an image with specified width and height in pixels and scaling mode from a file to the section and returns the SectionBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.SectionBuilder  AddImageToSection (this Gehtsoft.PDFFlow.Builder.SectionBuilder sectionBuilder, string filePath, System.Single width, System.Single height, Gehtsoft.PDFFlow.Models.Enumerations.ScalingMode scaling = None)

Parameters
sectionBuilder

This SectionBuilder.

filePath

A path to the image file.

width

The image width in pixels.

height

The image height in pixels.

scaling

The image scaling mode.

Declared in ImageExtensions

back