N
nuhura01
I want a printing properties to be set to landscape mode, so that when
the user click a print button, it will print in landscape mode
automatically.
I use this code in the code-behind of the web form to print the page:
HttpContext.Current.Response.Write("<script>window.print();</script>")
How could I set it to print in landscape mode? Any solution for
this?
Thanks...
the user click a print button, it will print in landscape mode
automatically.
I use this code in the code-behind of the web form to print the page:
HttpContext.Current.Response.Write("<script>window.print();</script>")
How could I set it to print in landscape mode? Any solution for
this?
Thanks...