C'est une traduction automatique. Le message original est disponible en Anglais.

PDFWriteXY

Cette commande combine PDFSetXY et PDFWrite en une seule commande.

PDFWriteXY(int newX, 
int newY,
string Text);

Example:
PDFWriteXY(20, 50, 'Hello world.');