Back to Devexpress

ImageSource.Image Property

corelibraries-devexpress-dot-xtraprinting-dot-drawing-dot-imagesource.md

latest1.6 KB
Original Source

ImageSource.Image Property

Returns an image.

Namespace : DevExpress.XtraPrinting.Drawing

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[Browsable(false)]
public DXImage Image { get; }
vb
<Browsable(False)>
Public ReadOnly Property Image As DXImage

Property Value

TypeDescription
DXImage

The image the ImageSource object stores.

|

Remarks

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

Tip

Call the DXImageExtensions.ConvertToGdiPlusImage(DXImage) method to obtain the System.Drawing.Image instance from the DXImage object.

See Also

ImageSource Class

ImageSource Members

DevExpress.XtraPrinting.Drawing Namespace