Supported file formats

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum IEFileFormats
Public Enumeration IEFileFormats
public enum class IEFileFormats

Members

MemberValueDescription
Internal-1
Internal IEvolution format. Preservers PixelFormat and transparency. Supported only by IEImage.LayersSave, IEAnnotations.SaveAll methods.
Unspecified-1
Used when the file format is not specified
Unknown0
Unknown file format
TIFF1
TIFF file format
GIF2
GIF file format
JPEG3
Jpeg file format
PCX4
PCX file format
BMP5
BMP file format
ICO6
ICO file format
CUR7
CUR file format
PNG8
PNG file format
WMF9
imported WMF file format
EMF10
imported EMF file format
TGA11
TGA file format
PXM12
PBM, PGM or PPM file format
JP213
JPeg2000 file format (JP2 subformat)
J2K14
JPeg2000 file format (J2K subformat)
AVI15
Video for Windows AVI
WBMP16
Wireless Bitmap
PS17
PostScript
PDF18
Adobe PDF
DCX19
Multipage PCX
RAW20
Camera RAW
BMPRAW21
Real RAW
WMV22
Windows Media Video
MPEG23
MPEG
PSD24
Adobe PSD
IEV25
Vectorial objects (IEvolution annotations)
LYR26
IEvolution layers
ALL27
Combined layers and vectorial objects
DICOM28
DICOM medical imaging
HDP29
Microsoft HD Photo. Requires Windows XP (SP2) with .Net 3.0, Windows Vista
RAS30
sun RAS (supported by ievision)
SVG31
SVG
DDS32
DirectDraw Surface
HEIF33
High Efficiency Image File Format (Requires codec installation)
WEBP34
WebP (Requires codec installation)
WIC99
Windows Imaging Components
OtherDLLPlugIns4097
External plugins (e.g. JBIG)
MiscDLLPlugIns8192
Misc External plugins (e.g. PCL)
USER10000
User registered file formats
WPPDF8222
Adobe PDF loaded with the http://www.imageen.com/wpviewpdf/>WPViewPDF commercial plug-in
DXF9001
DXF

See Also