VSTO SE PowerPoint 2007: Image Path

N

Nicolas Humann

Hi,

I'm making an addin for powerpoint 2007 in C#. I would like to know if
it is possible to get the path of the image included in a shape (like
background or a shape of the image type).

Thanks for your answers.

Nicolas Humann
 
C

Cindy M.

Hi Nicolas,
I'm making an addin for powerpoint 2007 in C#. I would like to know if
it is possible to get the path of the image included in a shape (like
background or a shape of the image type).
Not if the image isn't linked to an outside file. If it's embedded, then
there's no way to find out what the path of the original file was.

Otherwise, try something like shp.LinkFormat.Path

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :)
 

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