Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSmartImageCodecClass Type

The class-reference to a DevExpress image codec class.

#Declaration

Delphi
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