SaveToStream
Document management
Description
Similar to the SaveToFile function, but allows the PDF document to be written to a stream object.
Syntax
Delphi
function TPDFlib.SaveToStream(OutStream: TStream): Integer;ActiveX
Function PDFlib::SaveToStream(OutStream As Long) As LongParameters
| OutStream | The stream object to write the document to |
|---|
Return values
| 0 | The document could not be saved |
|---|---|
| 1 | The document was saved to the stream successfully |