[RESOLVED] Set Print Margins
As part of this project I'm doing for VB class I'm required to print out an image of the form. The catch is that we haven't even learned printing yet, so the teacher said to just try and find it on your own. I think there's a section on it in the book but it's only about printing text files and not the form.
Anyways, the form is exactly 1024 x 780 so I have it set to landscape to fit better, but it still hangs off by an inch or so on the top and left margins.
Here where I got the code from
http://www.knowdotnet.com/articles/printform.html
I tried going under .DefaultPrintSettings and using Offset and Margins but changing them did nothing.
I should also add that I know my printer can't print on every part of a page and that some of the image will be cut off, but I have been able to print within 1/2 inch of the edge of the paper before and when I print the form image it cuts it of at like 1 1/2 inches.