DASaveToStream
Document management, Direct access functionality
Version history
This function was introduced in Quick PDF Library version 7.16.
Description
Saves the file to a TStream.
Syntax
Delphi
function TQuickPDF0813.DASaveToStream(FileHandle: Integer;
OutStream: TStream): Integer;
ActiveX
This function is not available in the ActiveX edition
DLL
This function is not available in the DLL edition
Parameters
| FileHandle | A handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions |
| OutStream | The Delphi TStream object to save the file into |
Return values
| 0 | The file could not be saved to the stream |
| 1 | The file was successfully saved to the stream |