/
CloseDoc

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();

Related content

SaveDoc
SaveDoc
More like this
EraseTempPath
EraseTempPath
More like this
PrepareExit()
PrepareExit()
More like this
SaveDocTo
SaveDocTo
More like this
SetTempPath
SetTempPath
More like this
XMLClearNotaryContainer
XMLClearNotaryContainer
More like this