Can I read images and shapes from a Word file and display them in picture box control in C# pragmatically?
Actually I have a Word file in which I have questions with multiple answer and some questions also contain images and shapes.
So what I want to do is to read the document in C# and show the images and shapes to display in pictureBoxcontrol
. So is it possible in C# and if it is then what is the solution. I have searched a lot on Google but didn't found.