CloseDoc

Declaration

Delphi

procedure CloseDoc; stdcall;

ActiveX

HRESULT _stdcall CloseDoc(void);

 

Description

Close deletes the temporary copy of the document. You can also use EraseTempPath in place of CloseDoc. 

Make sure that you have called SaveDoc or SaveDocTo before you call CloseDoc to save the changes in the loaded document.


Sample 

C#
// Close the Document
          
SignAPIv4.CloseDoc();