PDFWriteXY
Cette commande combine PDFSetXY et PDFWrite en une seule commande.
PDFWriteXY(int newX,
int newY,
string Text);
Example:
PDFWriteXY(20, 50, 'Hello world.');
Cette commande combine PDFSetXY et PDFWrite en une seule commande.
PDFWriteXY(int newX,
int newY,
string Text);
Example:
PDFWriteXY(20, 50, 'Hello world.');