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;ActiveX
Function PDFlib::EndSignProcessToString(SignProcessID As Long) As StringDLL
char * DLEndSignProcessToString(int InstanceID, int SignProcessID);Parameters
| SignProcessID | A value returned by the NewSignProcessFromFile, NewSignProcessFromStream or NewSignProcessFromString functions. |
|---|