close.htm 732 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
  5. <TITLE>Close</TITLE>
  6. <LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
  7. </HEAD>
  8. <BODY>
  9. <H2>Close</H2>
  10. <TT>Close()</TT>
  11. <H4 CLASS='st'>Version</H4>
  12. 1.0
  13. <H4 CLASS='st'>Description</H4>
  14. Terminates the PDF document. It is not necessary to call this method explicitly because Output()
  15. does it automatically.
  16. <BR>
  17. If the document contains no page, AddPage() is called to prevent from getting an invalid document.
  18. <H4 CLASS='st'>See also</H4>
  19. <A HREF="output.htm">Output()</A>.
  20. <HR STYLE="margin-top:1.2em">
  21. <DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
  22. </BODY>
  23. </HTML>