static public method ImageExtensions.AddInlineImage

Brief

Adds an inline image in bytes, configures the image, adds a tabulation symbol, if necessary, and returns the InlineImageBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.InlineImageBuilder  AddInlineImage (this Gehtsoft.PDFFlow.Builder.ParagraphBuilder paragraph, System.Byte[] content, System.Action<Gehtsoft.PDFFlow.Builder.InlineImageBuilder> configure, bool addTabulationSymbol = False)

Parameters
paragraph

This ParagraphBuilder.

content

The image content in bytes.

configure

A configuration action for the image.

addTabulationSymbol

Defines whether a tabulation symbol is to be added. The value is True if a tabulation symbol is to be added, and False otherwise.

Declared in ImageExtensions

back