How can I flip/rotate a PrintDocument in .NET ?
Posted
by Simon_Weaver
on Stack Overflow
See other posts from Stack Overflow
or by Simon_Weaver
Published on 2009-01-09T20:47:28Z
Indexed on
2010/04/25
4:23 UTC
Read the original article
Hit count: 335
I have a document that I want to be flipped / rotated 180 degrees when printed. (This is due to the orientation of label stock in the printer).
There is a property PrintDocument.PrinterSettings.LandscapeAngle
but it is read only.
I think this property is influenced by the printer driver and therefore not 'settable'.
Is there a nice way i can rotate the print by 180 degrees without having to do anything too nasty?
© Stack Overflow or respective owner