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

ImageSource.SvgImage Property

Returns an SVG image.

Namespace: DevExpress.XtraPrinting.Drawing

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[Browsable(false)]
public SvgImage SvgImage { get; }

Property Value

Type Description
DevExpress.Utils.Svg.SvgImage

An SVG image the ImageSource object stores.

Remarks

The ImageSource object stores either an SVG image or System.Drawing.Image object. When the SvgImage property returns an SVG image, the ImageSource.Image property returns null.

See Also