vcl-dxsvgimage-c35a71b7.md
A Scalable Vector Graphics (SVG) image format codec.
TdxSVGImageCodec = class(
TdxSmartImageCodec
)
The TdxSVGImageCodec class implements the Scalable Vector Graphics (SVG) image format in DevExpress products. Refer to the following topic for detailed information on supported SVG elements and attributes: Support for Vector Images.
The list below outlines key members of the TdxSVGImageCodec class that allow you to perform basic operations with images.
Extensions | Description | MimeTypeReturn the implemented format description, associated MIME type, and file name extensions.CanLoadFromBitsAllows you to identify if the codec can load an image from pixel data.CanLoadStreamIdentifies whether the specified stream contains supported image data.GetSizeReturns dimensions of an image stored in a stream.CanSaveImageAllows you to check if the codec can save the specified image.Load | SaveLoad and save images.
The TdxSmartImageCodecClass type references the TdxSVGImageCodec class.
While Smart Image containers can convert vector images to any supported bitmap format, the reverse operation is impossible.
TObject TdxSmartImageCodec TdxSVGImageCodec
See Also