EndSignProcessToFile
Security and Signatures
Description
Completes a digital signature process and writes the signed document to a file.
The result returned by EndSignProcessToFile will always be zero. To check the result of the digital signature signing process call the GetSignProcessResult function.
Syntax
Delphi
function TPDFlib.EndSignProcessToFile(SignProcessID: Integer; Const OutputFile: WideString): Integer;ActiveX
Function PDFlib::EndSignProcessToFile(SignProcessID As Long, OutputFile As String) As LongDLL
int DLEndSignProcessToFile(int InstanceID, int SignProcessID, wchar_t * OutputFile);Parameters
| SignProcessID | A value returned by the NewSignProcessFromFile, NewSignProcessFromStream or NewSignProcessFromString functions. The path and name of the file to save the signed PDF to. |
|---|---|
| OutputFile |