Table of Contents

IEmbeddedObjects.AddImageAlternate Method

Adds an image to the active sheet. Currently, this method is only needed for SVG images, since SVG images are stored as both PNG and SVG inside the xlsx file. This method allows you to supply both images.

Syntax

Namespace: FlexCel.Core

public abstract void AddImageAlternate(Byte[] PNGData, TImageProperties imageProperties, TSVGBlip aSVGBlip)

Parameters

<-> Parameter Type Description
PNGData Byte[] Image data for the PNG file that will be used as a backup for the SVG. This data must be in PNG file format.
imageProperties TImageProperties Image Properties.
aSVGBlip TSVGBlip Data for the SVG image to be added.

See also