tags:

views:

798

answers:

1

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.

+4  A: 
Fredrik Mörk
Thanks Fredrik. It worked. I wish MSDN described it like this.
Prithis
Quite helpful, +1 for the diagram
JYelton