From bafb3b9680925abcc0a0d997cde37b7cb5c62b26 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Wed, 27 Feb 2019 13:20:08 +0530 Subject: Made certificates available for case study project --- pdf/fpdf/doc/setleftmargin.htm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100755 pdf/fpdf/doc/setleftmargin.htm (limited to 'pdf/fpdf/doc/setleftmargin.htm') diff --git a/pdf/fpdf/doc/setleftmargin.htm b/pdf/fpdf/doc/setleftmargin.htm new file mode 100755 index 0000000..dde7a7c --- /dev/null +++ b/pdf/fpdf/doc/setleftmargin.htm @@ -0,0 +1,30 @@ + + + + +SetLeftMargin + + + +

SetLeftMargin

+SetLeftMargin(float margin) +

Description

+Defines the left margin. The method can be called before creating the first page. +
+If the current abscissa gets out of page, it is brought back to the margin. +

Parameters

+
+
margin
+
+The margin. +
+
+

See also

+SetTopMargin(), +SetRightMargin(), +SetAutoPageBreak(), +SetMargins(). +
+
Index
+ + -- cgit