I want To replace a particular text in a Document, say , with an image. Using MS Word auTomation I could do a search for the text using Selection.Find(), which would move the cursor To my search text, then I could ins…...Document doc = new Document(@"C:\temp\in.docx"); doc.Range.Replace(new...ReplaceWithImageEval(), false); doc.Save(@"C:\temp\out.docx"); private...