Skip to content
Roman Kharin edited this page Mar 21, 2015 · 2 revisions

SetY

fpdf.sety(y)

Description

Moves the current abscissa back to the left margin and sets the ordinate. If the passed value is negative, it is relative to the bottom of the page.

Parameters

y:

The value of the ordinate.

See also

GetX, GetY, SetX, SetXY.

Clone this wiki locally