Skip to main content
All docs
V24.2
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 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.v24.2.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