Search Results for

    Show / Hide Table of Contents

    ExcelFile.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

    • ExcelFile
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com