Remove Images from Word document Using C#

Nov 22 2004 4:57 PM
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.