Skip to main content
All docs
V25.1
  • Row

    ImageFileFormat Enum

    Lists image formats you can use to save a cell range as an image.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public enum ImageFileFormat

    Members

    Name Description
    Png

    The W3C Portable Network Graphics (PNG) image format.

    Jpeg

    The Joint Photographic Experts Group (JPEG) image format.

    Bmp

    The bitmap (BMP) image format.

    Emf

    The enhanced metafile (EMF) image format. Export to this format is not supported on Linux and macOS.

    Wmf

    The Windows Metafile (WMF) image format. Export to this format is not supported on Linux and macOS.

    Tiff

    The Tagged Image File Format (TIFF) image format.

    Gif

    The Graphics Interchange Format (GIF) image format.

    Svg

    Scalable Vector Graphics (SVG) format.

    Remarks

    Pass an ImageFileFormat enumeration member to the CellRange.ExportToImage extension method to export a cell range to an image.

    See Also