TCPDF::SetLink( $link,  $y,  $page = -1 )

Defines the page and position a link points to.


Description Description

See also See also


Top ↑

Parameters Parameters

$link

(Required) (int) The link identifier returned by AddLink()

$y

(Required) (float) Ordinate of target position; -1 indicates the current position. The default value is 0 (top of page)

$page

(Optional) (int) Number of target page; -1 indicates the current page (default value). If you prefix a page number with the
* character, then this page will not be changed when adding/deleting/moving pages.

Default value: -1


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.5 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.