|
Is there a way to programmatically change the system printer to landscape.
I know I can change it if I'm using PrintDocument, but I have a need to do it without it. Or, how can I get the content of a webpage and put it into PrintDocument.Document and still have the formatting that the HTML does.
I've looked for several days and can't find anything. I've figured that you can do it in CSS2 but no browser supports it, javascript can't do it, vbscript can't do it and from what I've seen .Net can't either, but I don't believe that.
So if anyone has any ideas please let me know.
|