vcl-dxsmartimage-d8a1a0a7.md
The class-reference to a DevExpress image codec class.
TdxSmartImageCodecClass = class of TdxSmartImageCodec;
| Type | Description |
|---|---|
| TdxSmartImageCodec |
The base class for all image codec classes in DevExpress products.
|
Use this class-reference to refer to the following TdxSmartImageCodec class descendants:
TdxGPImageCodecBMPA Device-Independent Bitmap (BMP/DIB) image format codec.TdxGPImageCodecEMFAn Enhanced Windows Metafile (EMF) image format codec.TdxGPImageCodecGIFA Graphics Interchange Format (GIF) codec.TdxGPImageCodecJPEGA Joint Photographic Experts Group (JPEG) image format codec.TdxGPImageCodecPNGA Portable Network Graphics (PNG) image format codec.TdxGPImageCodecTIFFA Tagged Image File Format (TIFF) codec.TdxGPImageCodecWMFA Windows Metafile (WMF) image format codec.TdxSVGImageCodecA Scalable Vector Graphics (SVG) image format codec.
The following public API members reference the TdxSmartImageCodecClass type:
ACodec parameter in the TdxCustomSmartImage.SaveToStreamByCodec procedure.ACodecClass parameter in TdxCustomChartControl.ExportToImage methods.ACodec parameter in the following methods of the [TdxSmartImageCodecsRepository] class:See Also