Insert image from project

  • Thread starter Matthias Langbein
  • Start date
M

Matthias Langbein

Hi all,

I'd like to distribute a AddIn for Word which also inserts a picture.
As far as i know a dll-file can also contain picture data, so I can
distribute the solution without a separate gif-file.

So far I managed to pull the gif-Image into my project via drag &
drop. But how can I access the image within my c#-code?

preferrably a function like:
Field1.Result.InlineShapes.AddPicture("F:\\VS\\Projects\\tips.gif",ref
omissing, ref omissing, ref omissing);


THX, Langi
 

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