EndSignProcessToStream
Security and Signatures
Description
Completes a digital signature process and writes the signed document to a TStream.
The result returned by EndSignProcessToStream will always be zero. To check the result of the digital signature signing process call the GetSignProcessResult function.
Syntax
Delphi
Function TPDFlib.EndSignProcessToStream(SignProcessID: Integer; OutputStream: TStream): Integer;
Parameters
| SignProcessID | A value returned by the NewSignProcessFromFile, NewSignProcessFromStream or NewSignProcessFromString functions. |
|---|---|
| OutputStream | The TStream object to write the signed PDF to. |