Enum FileFormat

FileFormat enumeration

One of supported PSD file formats.

[Flags]
public enum FileFormat : ulong

Values

NameValueDescription
Undefined0Undefined file format.
Custom1Custom file format.
Bmp2Bmp (Dib) file format.
Gif4Gif file format.
Jpeg8Jpeg file format.
Png10Png file format.
Tiff20Tiff file format.
Psd40Psd file 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
Cdr80000The CDR file format
Cmx100000The CMX file format
Otg200000The otg file format
Ai400000The Adobe Illustrator format
Html5Canvas800000The Html5 Canvas format
Eps40000The Encapsulated PostScript format
Apng1000000The animated Png file format.
Tga2000000The Truevision TGA file format.

See Also