HotPDF Delphi PDF Component Developer Guide loslab Logo

 

THotPDF.LoadFromStream

THotPDF

 

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

Copyright©2007-2019 losLab.com