Click or drag to resize
WordDocumentClose Method
Closes the WordDocument and returns a success message for saving.

Namespace: Aceoffix.WordReader
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public void Close()
Remarks

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.

Examples

Please refer to the full code example in the OpenDataRegion(String) method.

See Also