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