Hi Team,
I have a PPTX containing one slide having two icons (refer to sample.zip to get the sample.pptx). I am using Aspose Slides for .NET (version 25.3) to get images of these shapes using following code:
using Aspo…...Load the presentation using (Presentation presentation = new Presentation("sample...foreach (var curShape in presentation.Slides[0].Shapes) { if (curShape...