From 80213cecf41ede861bffbf1370185d20d672ceba Mon Sep 17 00:00:00 2001 From: prashant Date: Fri, 27 Mar 2015 17:27:37 +0530 Subject: initial commit --- pdf/fpdf/doc/setlink.htm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100755 pdf/fpdf/doc/setlink.htm (limited to 'pdf/fpdf/doc/setlink.htm') diff --git a/pdf/fpdf/doc/setlink.htm b/pdf/fpdf/doc/setlink.htm new file mode 100755 index 0000000..b524525 --- /dev/null +++ b/pdf/fpdf/doc/setlink.htm @@ -0,0 +1,34 @@ + + + + +SetLink + + + +

SetLink

+SetLink(int link [, float y [, int page]]) +

Description

+Defines the page and position a link points to. +

Parameters

+
+
link
+
+The link identifier returned by AddLink(). +
+
y
+
+Ordinate of target position; -1 indicates the current position. +The default value is 0 (top of page). +
+
page
+
+Number of target page; -1 indicates the current page. This is the default value. +
+
+

See also

+AddLink(). +
+
Index
+ + -- cgit