IXlPicture.SetImage(DXImage, DXImageFormat) Method
Specifies the image to be displayed in the worksheet.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
image | DXImage | The target image. Use the DXImage.FromBase64String or DXImage.FromStream method to load the image. |
format | DXImageFormat | The image format. |
See Also