Dear,
I have a docs document in which I want to replace a collection of words with images.
For each word, that I want to replace, I have the corresponding image.
The image should replace the word. The dimensions of th…...their corresponding images Dictionary<string, string> replacements...replacements = new Dictionary<string, string> { { "word1", "image1.png"...