Inserting image in PowerPoint Slide through ASP.NET
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, I am working on PowerPoint Automation. I have an image stored in the database which I have to insert in ppt slide. Can anybody give me some pointer or sample code how to do this? I am using the following piece of code objSlide.Shapes.AddPicture(fn,Microsoft.Office.Core.MsoTriState.msoFalse,Microsoft.Office.Core.MsoTriState.msoTrue,380,200,0,0); where fn is the name of the file. But i can not see the image in the slide.
Thanks, Avanika