Skip to main content
All docs
V25.1
  • Row

    DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

    Take the survey Not interested

    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