cpdf_add_annotation
Beschreibung
bool 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.
| Zurück | Zum Anfang | Weiter |
| ClibPDF Funktionen | Nach oben | cpdf_add_outline |