PDFWriteXY
Deze opdracht combineert PDFSetXY en PDFWrite in één opdracht.
PDFWriteXY(int newX,
int newY,
string Text);
Example:
PDFWriteXY(20, 50, 'Hello world.');
Deze opdracht combineert PDFSetXY en PDFWrite in één opdracht.
PDFWriteXY(int newX,
int newY,
string Text);
Example:
PDFWriteXY(20, 50, 'Hello world.');