|
THotPDF.LoadFromStream
|
למעלה הקודם הבא |
|
Loads an existing PDF file from stream.
Delphi syntax: function LoadFromStream ( DocStream: TStream ): Integer; function LoadFromStream ( DocStream: TStream; const Password: AnsiString ): Integer;
C++ syntax: int __fastcall LoadFromStream ( Classes::TStream* DocStream ); int __fastcall LoadFromStream ( Classes::TStream* DocStream, System::AnsiString Password );
תיאור Call LoadFromStream to load an existing PDF document from stream. Function LoadFromStream returns count of pages in the loaded document. השתמש ב-overload עם סיסמה עבור קובצי PDF מוצפני RC4-40 או RC4-128 Standard. HotPDF מאמתת סיסמת user או owner, מפענחת strings ו-streams טעונים בזיכרון, מנקה את מצב ההצפנה הטעון ומאפשרת ל- בעת ייבוא אובייקטי PDF קיימים, HotPDF מפענחת רצפי escape של PDF name בצורת
See also: LoadFromFile, DecryptLoadedDocument |