Back to Devexpress

ImageFileFormat Enum

officefileapi-devexpress-dot-spreadsheet-4b3d342d.md

latest1.5 KB
Original Source

ImageFileFormat Enum

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

Declaration

csharp
public enum ImageFileFormat
vb
Public Enum ImageFileFormat

Members

NameDescription
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

DevExpress.Spreadsheet Namespace