|
-
Apr 1st, 2005, 06:36 AM
#1
Thread Starter
Member
Printing a full size form
I want to print a form which covers the whole of an A4 sheet.
I can position the top left corner ok,
e.Graphics.DrawImage(formImage, 50, 50)
and I can get it to print in Landscape
e.PageSettings.Landscape = True
but how do I get the form to fill the entire A4 sheet instead of a small form with big margins?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|