c# VSTO
How to insert an image with some caption in a rich text contentcontrol in word 2010.
the property formattedtext doesnt even accept a range object
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Adding an image to a rich text content control is pretty simple, all you have to do is add it to the
Range.InlineShapescollection.To retrieve images from a Word document you can do the following:
Here’s an example:
Add a reference to System.Windows.Forms.dll to be allow use of the Clipboard class