Back to Devexpress

TdxSmartImageCodecClass Type

vcl-dxsmartimage-d8a1a0a7.md

latest2.1 KB
Original Source

TdxSmartImageCodecClass Type

The class-reference to a DevExpress image codec class.

Declaration

delphi
TdxSmartImageCodecClass = class of TdxSmartImageCodec;

Referenced Class

TypeDescription
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:

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.

TdxSmartImageCodecClass Type References

The following public API members reference the TdxSmartImageCodecClass type:

See Also

dxSmartImage Unit