cpdf_add_annotation (PHP 3>= 3.0.12, PHP 4 ) cpdf_add_annotation -- Fügt eine Anmerkung ein Beschreibungbool cpdf_add_annotation ( int PDF-Dokument, float ulx, float uly, float orx, float ory, string Titel, string Inhalt [, int Modus])
Die Funktion cpdf_add_annotation() fügt eine
Anmerkung ein, bei der die untere linke Ecke bei
(ulx, uly) und die
obere rechte Ecke bei (orx,
ory) liegt. 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.
|