GetLoadedDocName

Declaration

Delphi

function GetLoadedDocName: PAnsiChar; stdcall;

ActiveX

HRESULT _stdcall GetLoadedDocName([out, retval] BSTR* Value);

Description

If a document is loaded, this function returns the full name and path of the temporary file. If no document is loaded, you get an empty string in return.

Sample

C#
 
string fileName = SignAPIv4.GetLoadedDocName();

 

 

 

 

 

Â