EndPAdESDSSProcessToStream
Security and Signatures
Description
Writes the augmented PDF to the supplied stream. Same return code semantics as EndPAdESDSSProcessToFile.
Syntax
Delphi
function TPDFlib.EndPAdESDSSProcessToStream(DSSProcessID: Integer; OutputStream: TStream): Integer;Parameters
| DSSProcessID | Value returned by one of the NewPAdESDSSProcessFrom* functions. |
|---|---|
| OutputStream | Destination byte stream owned by the caller. |