Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.hcs.cmc.msu.ru/php/function.cpdf-translate.html
Дата изменения: Sun Feb 3 22:36:06 2002
Дата индексирования: Mon Oct 1 22:31:24 2012
Кодировка:
cpdf_translate

cpdf_translate

(3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0)

cpdf_translate -- Sets origin of coordinate system

Description

void cpdf_translate ( int pdf document, float x-coor, float y-coor [, int mode])

The cpdf_translate() function set the origin of coordinate system to the point (x-coor, y-coor).

The optional parameter mode determines the unit length. If it's 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.