|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Printing rotated textDoes anyone have a solution for printing rotated text? I can't rely on
changing the printer orientation. Thanks, Tull. "Tull Clancey" <tull.clan***@btopenworld.com> schrieb: Check out 'e.Graphics.RotateTransform'.> Does anyone have a solution for printing rotated text? I can't rely on > changing the printer orientation. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> You're probably right, can you please ellaborate?
Thanks, Tull. Show quoteHide quote "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message news:%238VRI05YGHA.4620@TK2MSFTNGP04.phx.gbl... > "Tull Clancey" <tull.clan***@btopenworld.com> schrieb: >> Does anyone have a solution for printing rotated text? I can't rely on >> changing the printer orientation. > > Check out 'e.Graphics.RotateTransform'. > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://classicvb.org/petition/> "Tull Clancey" <tull.clan***@btopenworld.com> schrieb: Inside the 'PrintDocument' object's 'PrintPage' event handler:> You're probably right, can you please ellaborate? \\\ With e.Graphics .TranslateTransform(...) .RotateTransform(90) .DrawString("Hello World!", Me.Font, Brushes.Blue, 0, 0) End With /// -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> Check out the FormatFlags property of the StringFormat Class which can be
used with DrawString. -- Show quoteHide quoteDennis in Houston "Tull Clancey" wrote: > You're probably right, can you please ellaborate? > > Thanks, > Tull. > > "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message > news:%238VRI05YGHA.4620@TK2MSFTNGP04.phx.gbl... > > "Tull Clancey" <tull.clan***@btopenworld.com> schrieb: > >> Does anyone have a solution for printing rotated text? I can't rely on > >> changing the printer orientation. > > > > Check out 'e.Graphics.RotateTransform'. > > > > -- > > M S Herfried K. Wagner > > M V P <URL:http://dotnet.mvps.org/> > > V B <URL:http://classicvb.org/petition/> > > > Many thanks, this did exactly what I needed!
Cheers, Tull. Show quoteHide quote "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message news:%238VRI05YGHA.4620@TK2MSFTNGP04.phx.gbl... > "Tull Clancey" <tull.clan***@btopenworld.com> schrieb: >> Does anyone have a solution for printing rotated text? I can't rely on >> changing the printer orientation. > > Check out 'e.Graphics.RotateTransform'. > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://classicvb.org/petition/>
How to call IE to open a new page.
Listview SubItems image index Emailing with default client webbrowser System.IO.FileNotFoundException Writing INI section failing 1.1 and 2.0 .Net framework in same application? Is it possible to compile an image file into a DLL or EXE file? how to move a form that FormBorderStyle is None Listview item key Print rows from DataGrid matching criteria |
|||||||||||||||||||||||