Click or drag to resize
FileRequestClose Method
Returns a success message to AceoffixCtrl.

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

If the code for saving document executes successfully, you should call this method to return a success message to AceoffixCtrl.

Typically, the Close method should be called at the end of code in Page_Load event of SaveFilePage.

Examples

Refer to the full code example in the SaveToFile(String) method topic to learn how to save document.

See Also