FontAntialias
Posted: Thu Apr 28, 2011 2:44 pm
Hi,
I want to generate a tif image from a pdf file. The text on the image needs anti-aliasing. I use the code
But the resulting text on the tif is not ani-aliased. The drawings on the tif have antialias.
What can I do?
Tx.
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.