WordDocumentClose Method |
Namespace: Aceoffix.WordReader
If the code for saving data executes successfully, you should call this method to close the WordDocument object.
Typically, the Close method should be called at the end of the code in Page_Load event of SaveDataPage.
Please refer to the full code example in the OpenDataRegion(String) method.