HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THotPDF.LoadFromStream
|
Top Previous Next |
|
Loads an existing PDF file from stream.
Delphi syntax: function LoadFromStream ( DocStream: TStream ): Integer;
C++ syntax: int __fastcall LoadFromStream ( Classes::TStream* DocStream );
Description Call LoadFromStream to load an existing PDF document from stream. Function LoadFromStream returns count of pages in the loaded document.
See also: LoadFromFile |