How to adjust print settings using the PrintForm component or DrawToBitmap using a panel
I need to either print a form to a full 8.5 x 11 page or use the DrawToBitmap function to capture the contents of a panel and stretch it to fit an 8.5 x 11 page. Any suggestions on how to do this?
Visual Basic.NET
Last Comment
Nasir Razzaq
8/22/2022 - Mon
bringiton
Hi
You can directly print to 8.5x11 by following below steps..
Click CTRL+P on the page which you want to print.
Select the appropriate printer in printer window.
Click on properties of selected printer.
Select Paper size as "Letter"
click print.
You can directly print to 8.5x11 by following below steps..
Click CTRL+P on the page which you want to print.
Select the appropriate printer in printer window.
Click on properties of selected printer.
Select Paper size as "Letter"
click print.