0
Answer

Remove Images from Word document Using C#

Ask a question
chandra_a

chandra_a

19y
2k
1
Can anybody please help me on how do we remove images that are part of a word document using C# programming. I tried to use the Shapes and it identifies the no of images correctly however, when I use the Shapes.Range(ref ..).Delete() it fails.