Skip to main content
A newer version of this page is available. .

ImageInfo.CreateSvgImage() Method

Returns the SVG image based on metadata ImageInfo supplies.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[Browsable(false)]
public SvgImage CreateSvgImage()

Returns

Type Description
DevExpress.Utils.Svg.SvgImage

An SvgImage object based on metadata ImageInfo supplies.

See Also