Good morning Aspose team,
Having the issue with last update of Aspose.Slides 23.6 when asking for Png for whole slide:
after doing this:
using var bitmap = slide.GetThumbnail(scaleFacTor, scaleFacTor);
var ms = new Me…...Imaging.ImageFormat.Png); // this throws...MemoryStream(); //Generate SVG image of slide and save in memory...