Yes, you can set background color, for example
Code:
PDFExportParams params;
params.setBackground(ODRGB(127, 127, 127));
The result will be gray background.pdf.
Yes, you can set background color, for example
Code:
PDFExportParams params;
params.setBackground(ODRGB(127, 127, 127));
The result will be gray background.pdf.