Surface Chart Is Empty in Generated Slide Thumbnail

hi,

we are using the following code to create thumbnails of surface charts. But the result is empty. Could you please fix this problem? Thank you!
using (IPresentation presentation = new Presentation(“surface chart.pptx”))
{
using (Bitmap thumbnail = presentation.Slides[0].Shapes[0].GetThumbnail())
{
thumbnail.Save(“surface chart.png”);
}
}

surface chart thumbnail.zip (55.0 KB)

@jiang-1,

I have observed the image shared by you and have been able to observe the issue. An issue with ID SLIDESNET-41575 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be notified once the issue will be fixed.

The issues you have found earlier (filed as SLIDESNET-41575) have been fixed in Aspose.Slides for .NET 22.9 (ZIP, MSI).
You can check all fixes on the Release Notes page.
You can also find the latest version of our library on the Product Download page.