Skip to main content

TdxSmartImageCodecClass Type

The class-reference to a DevExpress image codec class.

Declaration

TdxSmartImageCodecClass = class of TdxSmartImageCodec;

Referenced Class

Type Description
TdxSmartImageCodec

The base class for all image codec classes in DevExpress products.

Remarks

Use this class-reference to refer to the following TdxSmartImageCodec class descendants:

TdxGPImageCodecBMP
A Device-Independent Bitmap (BMP/DIB) image format codec.
TdxGPImageCodecEMF
An Enhanced Windows Metafile (EMF) image format codec.
TdxGPImageCodecGIF
A Graphics Interchange Format (GIF) codec.
TdxGPImageCodecJPEG
A Joint Photographic Experts Group (JPEG) image format codec.
TdxGPImageCodecPNG
A Portable Network Graphics (PNG) image format codec.
TdxGPImageCodecTIFF
A Tagged Image File Format (TIFF) codec.
TdxGPImageCodecWMF
A Windows Metafile (WMF) image format codec.
TdxSVGImageCodec
A Scalable Vector Graphics (SVG) image format codec.

TdxSmartImageCodecClass Type References

The following public API members reference the TdxSmartImageCodecClass type:

See Also