Click or drag to resize

ImageFileFormat Enumeration

Defines which image types can be converted.

Namespace:  NetQuarry.Util.Image
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum ImageFileFormat
Members
  Member nameValueDescription
Bmp1 Bitmap (.bmp)
Emf2 Enhanced windows metafile (.emf)
Exif3 Exchangeable image file (.exif)
Gif4 Graphics interchange format (.gif)
Icon5 Windows icon image (.ico)
Jpg6 Joint photographic experts group format (.jpg)
Png7 Portable network graphics format (.png)
Tiff8 Tagged image format file (.tif)
Wmf9 Windows metafile (.wmf)
See Also