Page 1 of 1

FontAntialias

Posted: Thu Apr 28, 2011 2:44 pm
by katrien
Hi,

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;
But the resulting text on the tif is not ani-aliased. The drawings on the tif have antialias.

What can I do?
Tx.