I would like to know if there is a way of identify whether pagenumber property is enabled or disabled for a MS Powerpoint file?
So far my research lead me to this post
In this we need to read the slides of the presentation, in order to use HeadersFooters.SlideNumber.Visible property.
Is there a global way of identifying this by just taking the presentation as a whole?
Ex: something like, Presentation.SlideNumber.Visible ???
PS: Is there a way to do this for .ppt files as well?
Thanks Yasindu.