EndSignProcessToString
Security and Signatures
Description
Completes a digital signature process and returns the signed document as a string of 8-bit bytes
The result returned by EndSignProcessToString will always be zero. To check the result of the digital signature signing process call the GetSignProcessResult function
Syntax
Delphi
Function TPDFlib.EndSignProcessToString(SignProcessID: Integer): AnsiString;
DLL
const char * DLEndSignProcessToString(int InstanceID, int SignProcessID);
Parameters
| SignProcessID | A value returned by the NewSignProcessFromFile, NewSignProcessFromStream or NewSignProcessFromString functions |
|---|