Search Results for

    Show / Hide Table of Contents

    FlexCelHtmlExport.RasterizeSVGImages Property

    If false (the default) then FlexCel will export SVG images inside the Excel file as SVG images inside the generated HTML. If true, FlexCel will convert the SVG images to PNG and embed the PNG inside the HTML. This might be more accurate specially if the embedded SVG uses fonts that might not be present in the client machine. See S V G Files Inside Xlsx Files for more information.

    Remarks

    Even when this property is false, there might be cases where FlexCel rasterizes the image anyway. This can happen if the image has effects, like for example a color overlay, which we need to apply. Only images without effects will be rendered as SVG.

    It is worth noting that this property only applies to images stored as SVG inside the xlsx file. If you want to render charts as SVG, change SavedImagesFormat instead.

    Syntax

    Namespace: FlexCel.Render

    public virtual Boolean RasterizeSVGImages { get; set; }

    See also

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