Enum ImageFormat
Specifies the file format of the image.
Namespace: Syncfusion.Drawing
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public enum ImageFormat
Fields
| Name | Description |
|---|---|
| Bmp | Specifies the image format is BMP |
| Emf | Specifies the image format is EMF |
| Exif | Specifies the image format is exif |
| Gif | Specifies the image format is GIF |
| Icon | Specifies the image format is icon |
| Jpeg | Specifies the image format is JPEG |
| MemoryBmp | Specifies the image format is memory BMP |
| Png | Specifies the image format is PNG |
| Tiff | Specifies the image format is tiff |
| Unknown | Specifies the image format is unknown |
| Wmf | Specifies the image format is WMF |