Skip to main content
All docs
V23.2

IXlPicture.SetImage(DXImage, DXImageFormat) Method

Specifies the image to be displayed in the worksheet.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

void SetImage(
    DXImage image,
    DXImageFormat format
)

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