0

Is it possible to know the active presentation's size on the fly? I mean, we don't have to save as, and check on the file's size.

I tried to search for a similar property of the PowerPoint._Application.ActivePresentation, but cannot find out.

Any recommendation?

Thanks

Note: I am using PowerPoint 2013, C#, VS Ultimate 2013

Community
  • 1
  • 1
chipbk10
  • 5,783
  • 12
  • 49
  • 85

2 Answers2

2

No, you need to save the presentation first.

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45
1

No. Because the format for storing the presentation in memory is different from the XML format used to export it to a file system object.

Jamie Garroch - MVP
  • 2,839
  • 2
  • 16
  • 24