FileFormat

FileFormat enumeration

One of supported imaging file formats.

[Flags]
public enum FileFormat : ulong

Values

NameValueDescription
Unknown0Unknown file format.
Custom1Custom file format.
Bmp2Bmp (Dib) file format.
Gif4Gif file format.
Jpeg8Jpeg file format.
Png10Png file format.
Tiff20Tiff file format.
Psd40Psd file format.
Pdf80Pdf file format
Ico100The ico format
Jpeg2000200Jpeg2000 file format
Djvu400Djvu file format
Webp800The webp file format
Emf1000The Emf/Emf+ file format
Dicom2000The dicom format
Svg4000SVG file format
Wmf8000The Wmf file format
Dng10000The DNG file format
Odg20000The Open document graphic format
Eps40000The Encapsulated PostScript format
Cdr80000The CDR file format
Cmx100000The CMX file format
Otg200000The otg file format
Html5Canvas400000The Html5 Canvas format
Apng800000The animated Png file format.
Tga1000000The Truevision TGA file format.
Dxf2000000The AutoCAD Drawing Exchange Format.
Emz4000000The emz, compressed emf
Wmz8000000The WMZ, compressed wmf
Svgz10000000The SVGZ, compressed svg
FOdg20000000The fodg, flat odg format
BigTiff80000000The Big Tiff format.

See Also