Printing PLT half size
Posted: 01 Sep 2009, 22:33
I am able to print a PLT image half size without a problem.
My concern is that when I draw the image @ half size, the line weights and fonts are too dark. How can I make sure that line weights are exactly half size as well?
_cadImage.Draw(e.Graphics, printableArea); does what I need as far as scaling the image half size. However, the customer is not happy because the lines are too dark.
My concern is that when I draw the image @ half size, the line weights and fonts are too dark. How can I make sure that line weights are exactly half size as well?
_cadImage.Draw(e.Graphics, printableArea); does what I need as far as scaling the image half size. However, the customer is not happy because the lines are too dark.