Function.cpdf-rmoveto
Aus PHP-Wiki
Policendarlehen und Kontoeröffnung, Wohngebäudeversicherung oder Hausratversicherung . Pinolino Kindermöbelknopf, diverse Motive
cpdf_rmoveto
(PHP 3>= 3.0.9, PHP 4 , PHP 5)
cpdf_rmoveto -- Legt die relative aktuelle Position festBeschreibung
bool cpdf_rmoveto ( int PDF-Dokument, float x-koor, float y-koor [, int Modus])</BR >
Die Funktion cpdf_rmoveto() setzt die aktuelle Position relativ zu den Koordinaten x-koor und y-koor. Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.
The optional parameter mode determines the unit length. If it is 0 or omitted the default unit as specified for the page is used. Otherwise the coordinates are measured in postscript points disregarding the current unit.
Siehe auch: function.cpdf-moveto.