Powrpoint slide layout Problem.

D

Dileep

Helo,
I developed a com Add-ins for PowerPoint 2007 using c#.net 2008 and
add-in express.In my application , Insert images into slide.But i use the
Slide layout is
PowerPoint.PpSlideLayout.ppLayoutTitle
So image is shrink to the size of Slide title.
How can re size the silde title size.

Thanks
Dileep
 
D

Dileep

Hello,
here used the code is,
PowerPoint.Slide slide =
presntation.Slides.Add(powerpointAppln.ActiveWindow.Selection.SlideRange.SlideNumber, PowerPoint.PpSlideLayout.ppLayoutTitle);

so image is automatically re size into the tile Size.But i want to display
images in slide its origianl size.
how can i do?
Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top