I am using a PrintDocument to print a page. At one point I want to rotate the text 90 degrees and print it ie print text vertically. Any ideas ???
g.RotateTransform(90);
does not work for OnPaint.
I am using a PrintDocument to print a page. At one point I want to rotate the text 90 degrees and print it ie print text vertically. Any ideas ???
g.RotateTransform(90);
does not work for OnPaint.