setleftmargin.htm 968 B

123456789101112131415161718192021222324252627282930
  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. <H2>SetLeftMargin</H2>
  10. <TT>SetLeftMargin(<B>float</B> margin)</TT>
  11. <H4 CLASS='st'>Version</H4>
  12. 1.4
  13. <H4 CLASS='st'>Description</H4>
  14. Defines the left margin. The method can be called before creating the first page.
  15. <BR>
  16. If the current abscissa gets out of page, it is brought back to the margin.
  17. <H4 CLASS='st'>Parameters</H4>
  18. <TT><U>margin</U></TT>
  19. <BLOCKQUOTE>
  20. The margin.
  21. </BLOCKQUOTE>
  22. <H4 CLASS='st'>See also</H4>
  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.2em">
  28. <DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
  29. </BODY>
  30. </HTML>