Hi Team,
I have a PPTX (attached) with two slides. Each slide has a shape with a bullet. When I try to get image of these shapes, I see that the color of the bullet is red instead of black. The code I used:
using Aspos…...Export; using System.Drawing.Imaging; class Program...img.Save("output.png", System.Drawing.Imaging.ImageFormat.Png);...