Click or drag to resize

FileFormat Enumeration

Defines a partial list of file formats.

Namespace:  Opait.Api
Assembly:  Opait.Core (in Opait.Core.dll) Version: 1.3.3.0
Syntax
C#
public enum FileFormat
Members
  Member nameValueDescription
Unknown0 The file format is unknown.
Bitmap1 Window's Bitmap format.
Jpeg2 JPEG (Joint Photographic Experts Group) file format.
Gif3 GIF (Graphics Interface File) file format.
Tiff4 TIFF (Tag Image File Format).
Png5 PNG (Portable Network Graphic) file format.
Pnm6 PNM (Portable Bitmaps), includes PBM, PGM, PPM.
Jbig27 JBIG2 (Joint Bi-Level Image Experts Group) format.
Jpeg20008 JPEG2000 'jp2' format.
Jpc9 JPEG2000 (Code Stream) format.
Pdf10 PDF (Portable Document Format).
Text11 ASCII Text.
Word12 Microsoft Word.
Excel13 Microsoft Excel.
PowerPoint14 Microsoft PowerPoint.
Visio15 Microsoft Visio.
Default16 Use the default file format.
See Also