Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
Hi,
I have created an application with C# .net and powerpoint2007 (vsto addin), i am using code
Presntation.SlideMaster.Background.Fill.UserPicture(PictureFileName); 

to set background of SlideMaster, but its apply only the first SlideMaster in a presentation. when i create 2 or more SlideMaster in a single presentation , i need to select the current SlideMaster and apply the picture as background.How can i locate selected SlideMaster from a presenation and set background using c# code..Also i need to set the background of a perticular slide under master slide ....
Pls help me.
Posted
Updated 10-May-11 22:47pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900