cpdf_show_xy

(PHP 3>= 3.0.8, PHP 4 , PHP 5)

cpdf_show_xy -- Gibt Text an der angegebenen Position aus

Beschreibung

bool cpdf_show_xy ( int PDF-Dokument, string Text, float x-koor, float y-koor [, int Modus])

Die Funktion cpdf_show_xy() gibt die Zeichenkette Text an der Position mit den Koordinaten (x-koor, y-koor) aus. 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.

Anmerkung: Ohne die optionalen Parameter ist die Funktion cpdf_show_xy() mit cpdf_text() identisch.

Siehe auch: cpdf_text().