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

ImageSource.Image Property

Returns an image.

Namespace: DevExpress.XtraPrinting.Drawing

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

Declaration

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

Property Value

Type Description
Image

The image the ImageSource object stores.

Remarks

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

See Also