Implement MS Word functionality in C#

I am trying to reference MS Word in my C# program using the Microsoft.Office.Interop namespace. In Word, we can insert images in a document and use the "Remove Background" feature to specify a portion of the image and remove other parts. Is there a way to do this with the Interop namespace?? Or am I supposed to resort to manual methods??