TdxSVGImageCodec Class
A Scalable Vector Graphics (SVG) image format codec.
Declaration
TdxSVGImageCodec = class(
TdxSmartImageCodec
)
Remarks
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.
Main API Members
The list below outlines key members of the TdxSVGImageCodec
class that allow you to perform basic operations with images.
- Extensions | Description | MimeType
- Return the implemented format description, associated MIME type, and file name extensions.
- CanLoadFromBits
- Allows you to identify if the codec can load an image from pixel data.
- CanLoadStream
- Identifies whether the specified stream contains supported image data.
- GetSize
- Returns dimensions of an image stored in a stream.
- CanSaveImage
- Allows you to check if the codec can save the specified image.
- Load | Save
- Load and save images.
TdxSVGImageCodec Class References
The TdxSmartImageCodecClass type references the TdxSVGImageCodec
class.
Limitations
While Smart Image containers can convert vector images to any supported bitmap format, the reverse operation is impossible.
Inheritance
TObject
TdxSmartImageCodec
TdxSVGImageCodec
See Also