cpdf_translate (PHP 3>= 3.0.8, PHP 4 ) cpdf_translate --
Legt den Ursprung des Koordinatensystems fest
Beschreibungbool cpdf_translate ( int PDF-Dokument, float x-koor, float y-koor [, int Modus])
Die Funktion cpdf_translate() setzt den
Ursprung des Koordinatensystems auf den Punkt
(x-koor, 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.
|