Powrpoint slide layout Problem.

  • Thread starter Thread starter Dileep
  • Start date Start date
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
 
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
 
Back
Top