SaveToStream
Description
Similar to the SaveToFile function, but allows the PDF document to be written to a stream object.
Syntax
Delphi
function TQuickPDF0813.SaveToStream(OutStream: TStream): Integer;
ActiveX
This function is not available in the ActiveX edition
DLL
This function is not available in the DLL edition
Parameters
| 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 |