I have a powerpoint document with a single slide containing a single rectangle with the default color at 70% opacity.
I open it using
var doc = DocumentFormat.OpenXml.Packaging.PresentationDocument
.Open(@"path\to\pptx", false);
For the life of me, looking through the classes available from the doc root, I cannot find a property that specifies what the opacity of my shape is.
Where do I look to get opacity?
Just tested, works.