ImageSource.Image Property
Returns an image.
Namespace: DevExpress.XtraPrinting.Drawing
Assembly: DevExpress.Printing.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Property Value
Type | Description |
---|---|
DXImage | The image the |
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.