PowerPoint record slide show function accessible through Interop with C#

Posted by dwperrin on Stack Overflow See other posts from Stack Overflow or by dwperrin
Published on 2010-04-12T14:20:02Z Indexed on 2010/04/12 14:23 UTC
Read the original article Hit count: 586

Filed under:
|
|

I am currently trying to write an addin for PowerPoint that whenever any PowerPoint document is opened and then run in show mode that the feature to record narration audio and slide timings is automatically activated.

However I cannot seem to find that option in the PowerPoint interop object

The manual in application way to use this feature in Powerpoint 2007 is under the "Slide Show" tab of the ribbon called "Record Narration".

I have found under that I can set under Microsoft.Office.Interop.PowerPoint.SlideShowSettings.AdvancedSettings to RehearseNewTimings but this does not record narration audio.

Does anyone know if this is even possible? Or if I am completely on the wrong track here.

Thanks in advance for any repsonse

© Stack Overflow or respective owner

Related posts about powerpoint

Related posts about interop