Search Results for

    Show / Hide Table of Contents

    XlsFile.AddImage Method

    Adds an image to the active sheet. Note that for SVG images, xlsx files store both a PNG and SVG image. To enter an SVG image, use ExcelFile.AddImageAlternate

    Syntax

    Namespace: FlexCel.XlsAdapter

    public override void AddImage(Byte[] data, TXlsImgType imageType, TImageProperties imageProperties)

    Parameters

    <-> Parameter Type Description
    data Byte[] byte array with the image data.
    imageType TXlsImgType Type of image you are inserting (bmp, jpg, etc).
    imageProperties TImageProperties Placement and other properties of the image.

    See also

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