PDFWriteXY
Este comando combina PDFSetXY y PDFWrite en un solo comando.
PDFWriteXY(int newX,
int newY,
string Text);
Example:
PDFWriteXY(20, 50, 'Hello world.');
Este comando combina PDFSetXY y PDFWrite en un solo comando.
PDFWriteXY(int newX,
int newY,
string Text);
Example:
PDFWriteXY(20, 50, 'Hello world.');