From 87eb26bc3f01e98c948205eca6ff302903cc5b3e Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Tue, 9 Feb 2021 12:33:49 +0530 Subject: Add certificate forms --- pdf/fpdf/doc/setrightmargin.htm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 pdf/fpdf/doc/setrightmargin.htm (limited to 'pdf/fpdf/doc/setrightmargin.htm') diff --git a/pdf/fpdf/doc/setrightmargin.htm b/pdf/fpdf/doc/setrightmargin.htm new file mode 100755 index 0000000..7915647 --- /dev/null +++ b/pdf/fpdf/doc/setrightmargin.htm @@ -0,0 +1,28 @@ + + + + +SetRightMargin + + + +

SetRightMargin

+SetRightMargin(float margin) +

Description

+Defines the right margin. The method can be called before creating the first page. +

Parameters

+
+
margin
+
+The margin. +
+
+

See also

+SetLeftMargin(), +SetTopMargin(), +SetAutoPageBreak(), +SetMargins(). +
+
Index
+ + -- cgit From de95a3f7981ffdc76cf37b9339cdb0464050819e Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Tue, 9 Feb 2021 13:14:26 +0530 Subject: Update the FPDF version --- pdf/fpdf/doc/setrightmargin.htm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pdf/fpdf/doc/setrightmargin.htm') diff --git a/pdf/fpdf/doc/setrightmargin.htm b/pdf/fpdf/doc/setrightmargin.htm index 7915647..e362caa 100755 --- a/pdf/fpdf/doc/setrightmargin.htm +++ b/pdf/fpdf/doc/setrightmargin.htm @@ -18,10 +18,10 @@ The margin.

See also

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