Hi Team
Aspose Version: 20.1
Language: C#
Code:
m_Presentation = new Presentation(pptpath);
Debug Expression:
((Aspose.Slides.Shape)(new System.Linq.SystemCore_EnumerableDebugView<Aspose.Slides.IShape>(((Aspose.Slides.BaseSlide)(new System.Linq.SystemCore_EnumerableDebugView<Aspose.Slides.ISlide>(m_Presentation.Slides).Items[0])).Shapes).Items[0])).Width
Issue:
Auto shape used in PPTX, Aspose library is returning proper value for height but not for width.
The width is coming as 0.
Attached file has 1 slide with 1 shape used in it
sample.zip (73.0 KB)
Can you share your thoughts on this?
~ Praveen