/
GetLoadedDocName

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

 

 

 

 

 

 

Related content

LoadDoc
LoadDoc
More like this
SetTempPath
SetTempPath
More like this
GetSigNum
GetSigNum
More like this
SaveDocTo
SaveDocTo
More like this
GetPageNum
GetPageNum
More like this
GetSigData
GetSigData
More like this