/
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();
, multiple selections available,
Related content
EraseTempPath
EraseTempPath
More like this
PrepareExit()
PrepareExit()
More like this
SetTempPath
SetTempPath
More like this
XMLClearNotaryContainer
XMLClearNotaryContainer
More like this