Read Word Doc using C#

We uses FileStream to read text from text file, but We have to use Microsoft’s  COM component called as “Microsoft Word 11.0 Object Library”, which provides classes and Methods to perform operation with Word Document.
From Add Reference Choose COM tab and Select “Microsoft Word 11.0 Object Library”.
We uses Word.ApplicationClass to perform read operation with [...]