Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 469 Bytes

set_link.md

File metadata and controls

24 lines (15 loc) · 469 Bytes

set_link

fpdf.set_link(link, y = 0.0, page = -1)

Description

Defines the page and position a link points to.

Parameters

link:

The link identifier returned by add_link.

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, which is the default value.

See also

add_link.