ImageSource.Image Property
In This Article
Returns an image.
Namespace: DevExpress.XtraPrinting.Drawing
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#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 DXImageSystem.
instance from the DXImage object.
See Also