From e8fbfdeb6e7967029a54904daaabfa086251d704 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Tue, 18 Jul 2017 11:10:30 +0530 Subject: Created Certificate Interface --- pdf/fpdf/doc/setx.htm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 pdf/fpdf/doc/setx.htm (limited to 'pdf/fpdf/doc/setx.htm') diff --git a/pdf/fpdf/doc/setx.htm b/pdf/fpdf/doc/setx.htm new file mode 100755 index 0000000..7c92465 --- /dev/null +++ b/pdf/fpdf/doc/setx.htm @@ -0,0 +1,29 @@ + + + + +SetX + + + +

SetX

+SetX(float x) +

Description

+Defines the abscissa of the current position. If the passed value is negative, it is relative +to the right of the page. +

Parameters

+
+
x
+
+The value of the abscissa. +
+
+

See also

+GetX(), +GetY(), +SetY(), +SetXY(). +
+
Index
+ + -- cgit