officefileapi-devexpress-dot-spreadsheet-4b3d342d.md
Lists image formats you can use to save a cell range as an image.
Namespace : DevExpress.Spreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public enum ImageFileFormat
Public Enum ImageFileFormat
| 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.
|
Pass an ImageFileFormat enumeration member to the CellRange.ExportToImage extension method to export a cell range to an image.
See Also