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