I want to generate a tif image from a pdf file. The text on the image needs anti-aliasing. I use the code
Code: Select all
GflAx.GflAx gflAx = new GflAx.GflAx();
gflAx.FontAntialias = 1;
What can I do?
Tx.
Moderators: XnTriq, helmut, xnview
Code: Select all
GflAx.GflAx gflAx = new GflAx.GflAx();
gflAx.FontAntialias = 1;