blob: d8d2f3be86d14454593045c589f138e3aad4d417 [file] [log] [blame]
Copybara botbe50d492023-11-30 00:16:42 +01001<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
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>
12Defines the left margin. The method can be called before creating the first page.
13<br>
14If 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>
19The 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>