Create Empty Word Document
IronWord makes creating a new Word and DOCX document very simple. Simply instantiate a new WordDocument
object. Additionally, any document structure object, such as a paragraph, table, and section, can be used to instantiate a new Word document. Finally, use the SaveAs
method to export the document.