|
THotPDF.EndDoc
|
למעלה הקודם הבא |
|
Closes the document.
Delphi syntax: procedure EndDoc;
C++ syntax: void __fastcall EndDoc ( void );
תיאור
במהלך finalization של המסמך HotPDF סוגרת את העמוד הפעיל וכותבת את page content stream הסופי. אם צריך diagnostics מפורטים של page-content בשלב זה, הפעל
General library debug logging is controlled separately by withDEBUG in HotPDF.inc, which writes HotPDF-Debug.log when enabled.
Code Example
See also: BeginDoc |