EIOS/inc/fpdf/doc/close.htm

25 lines
742 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1251">
<title>Close</title>
<link type="text/css" rel="stylesheet" href="fpdf.css">
</head>
<body>
<h1>Close</h1>
<code>Close()</code>
<h4 class='st'>Версия</h4>
1.0
<h4 class='st'>Описание</h4>
Закрывает PDF документ. Не обязательно вызывать этот метод поскольку Output()
делает это автоматичсеки.
<BR>
Если документ не содержит страниц, то перед этим должен быть вызван метод AddPage()
чтобы не вызвать ошибку.
<h4 class='st'>См. также</h4>
<a href="output.htm">Output()</a>.
<hr style="margin-top:1.5em">
<div style="text-align:center"><a href="index.htm">Оглавление</a></div>
</body>
</html>