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;

ActiveX

Function PDFlib::EndSignProcessToStream(SignProcessID As Long, OutputStream As Long) As Long

Parameters

SignProcessIDA value returned by the NewSignProcessFromFile, NewSignProcessFromStream or NewSignProcessFromString functions.
OutputStreamThe TStream object to write the signed PDF to.