TdxImageDataFormat Enum
Enumerates deprecated image format identifiers.
#Declaration
TdxImageDataFormat = (
dxImageUnknown,
dxImageBitmap,
dxImageJpeg,
dxImagePng,
dxImageTiff,
dxImageGif,
dxImageEmf,
dxImageExif,
dxImageIcon,
dxImageMemoryBmp,
dxImageWmf
);
#Members
Name | Description | Image Codec Class | Image Container Class |
---|---|---|---|
dx
|
An unknown image format. This deprecated format ID corresponds to any supported image format that is not enumerated in the |
||
dx
|
Device-Independent Bitmap (BMP/DIB). |
||
dx
|
Joint Photographic Experts Group (JPEG/JPG). |
||
dx
|
Portable Network Graphics (PNG). |
||
dx
|
Tagged Image File Format (TIFF). |
||
dx
|
Graphics Interchange Image Format (GIF). |
||
dx
|
Enhanced Windows Metafile (EMF). |
– |
|
dx
|
Exchangeable Image Format (EXIF). |
– |
– |
dx
|
Icon Image Format (ICO). |
– |
– |
dx
|
In-Memory Bitmap Format |
– |
– |
dx
|
Windows Metafile (WMF). |
– |
#Remarks
Important
The Tdx
type is deprecated. All image formats supported in DevExpress VCL products are implemented as Tdx
#Direct TdxImageDataFormat Type Reference
The deprecated ImageDataFormat property references the TdxImageDataFormat
type.