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:
- The TdxCustomSmartImage.ImageCodec property.
- The
ACodec
parameter in the TdxCustomSmartImage.SaveToStreamByCodec procedure. - The
ACodecClass
parameter in TdxCustomChartControl.ExportToImage methods. The
ACodec
parameter in the following methods of the [TdxSmartImageCodecsRepository] class:- TdxSmartImageCodecsRepository.GetImageInfo
- These three overloaded methods obtain image data.
- Contains | Register | Unregister
- Manage codec classes in the repository.
- GetDefaultExt
- Returns the default file name extension for an image format by the specified codec class.
See Also