I want To expot my tables present in word Document as an image file(jpeg and png). I get all tables present in the Document but yet not found how this table is save as an image file....snippet: Document doc = new Document(@"C:\temp\tables.docx"); List <Image>...(); NodeCollection tables = doc.GetChildNodes(NodeType.Table...