Project

General

Profile

Statistics
| Branch: | Revision:

colonymech / docs / www / colonyscout / internal / fpdf16 / doc / setleftmargin.htm @ f59acf11

History | View | Annotate | Download (933 Bytes)

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>SetLeftMargin</title>
6
<link type="text/css" rel="stylesheet" href="../fpdf.css">
7
</head>
8
<body>
9
<h1>SetLeftMargin</h1>
10
<code>SetLeftMargin(<b>float</b> margin)</code>
11
<h2>Description</h2>
12
Defines the left margin. The method can be called before creating the first page.
13
<br>
14
If the current abscissa gets out of page, it is brought back to the margin.
15
<h2>Parameters</h2>
16
<dl class="param">
17
<dt><code>margin</code></dt>
18
<dd>
19
The margin.
20
</dd>
21
</dl>
22
<h2>See also</h2>
23
<a href="settopmargin.htm">SetTopMargin()</a>,
24
<a href="setrightmargin.htm">SetRightMargin()</a>,
25
<a href="setautopagebreak.htm">SetAutoPageBreak()</a>,
26
<a href="setmargins.htm">SetMargins()</a>.
27
<hr style="margin-top:1.5em">
28
<div style="text-align:center"><a href="index.htm">Index</a></div>
29
</body>
30
</html>