Skip to content
Fery Wardiyanto edited this page Feb 10, 2015 · 1 revision

SetLink

SetLink(<b>int</b> link [, <b>float</b> y [, <b>int</b> 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().
Clone this wiki locally