IXlPicture.DXImage Property
Gets of sets the image to be displayed.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
DXImage | The target image. Use the DXImage.FromBase64String or DXImage.FromStream method to load the image. |
See Also