You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roman Kharin edited this page Mar 21, 2015
·
1 revision
SetXY
fpdf.setxy(float x, float y)
Description
Defines the abscissa and ordinate of the current position. If the passed values are negative, they are relative respectively to the right and bottom of the page.
Parameters
x:
The value of the abscissa.
y:
The value of the ordinate.