I use this program to sort the images in word document. in this i try to get the input as MS Word document.
while compiling it ends with namespace error
Code:
using System;
using System.Collections;
using System.Collections.Generic;
using Word = Microsoft.Office.Interop.Word;
namespace WindowsFormsApplication1
{
class WindowsFormsApplication1