| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
| <link type="text/css" rel="stylesheet" href="../fpdf.css">
|
| <code>SetLink(<b>int</b> link [, <b>float</b> y [, <b>int</b> page]])</code>
|
| Defines the page and position a link points to.
|
| <dt><code>link</code></dt>
|
| The link identifier returned by AddLink().
|
| Ordinate of target position; <code>-1</code> indicates the current position.
|
| The default value is <code>0</code> (top of page).
|
| <dt><code>page</code></dt>
|
| Number of target page; <code>-1</code> indicates the current page. This is the default value.
|
| <a href="addlink.htm">AddLink</a>
|
| <hr style="margin-top:1.5em">
|
| <div style="text-align:center"><a href="index.htm">Index</a></div>
|