DAOpenFromStream
Document management, Direct access functionality
Version history
This function was introduced in Quick PDF Library version 7.21.
Description
Opens a PDF stored inside a Delphi TStream object in direct access mode.
Syntax
Delphi
function TDebenuPDFLibrary1811.DAOpenFromStream(InStream: TStream;
Password: WideString): Integer;
ActiveX
This function is not available in the ActiveX edition
DLL
This function is not available in the DLL edition
Parameters
InStream | The TStream object containing the PDF document data |
Password | The password to use when opening the document. This can be the owner or user password. If the user password is used certain functionality may be restricted depending on the permissions of the document. |
Return values
0 | The file could not be opened from the stream |
Non-zero | A FileHandle that can be used with the other Direct Access functions |