From b34eaf592792891d893ac06803b93c0d42b667b5 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Thu, 25 Apr 2019 17:17:55 +0530 Subject: Increase the size of reference field, implement certificate --- 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