source: trunk/phpgwapi/inc/fpdf/doc/close.htm @ 2

Revision 2, 684 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<HTML>
2<HEAD>
3<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
4<TITLE>Close</TITLE>
5<LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
6</HEAD>
7<BODY>
8<H2>Close</H2>
9<TT>Close()</TT>
10<H4 CLASS='st'>Version</H4>
111.0
12<H4 CLASS='st'>Description</H4>
13Terminates the PDF document. It is not necessary to call this method explicitly because Output()
14does it automatically.
15<BR>
16If the document contains no page, AddPage() is called to prevent from getting an invalid document.
17<H4 CLASS='st'>See also</H4>
18<A HREF="open.htm">Open()</A>,
19<A HREF="output.htm">Output()</A>.
20<H6></H6>
21<HR>
22<DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
23</BODY>
24</HTML>
Note: See TracBrowser for help on using the repository browser.