Results 1 to 3 of 3

Thread: Printing a full size form

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2005
    Posts
    53

    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?

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Printing a full size form

    You are 99% of the way there. Use the Width and Height parameters in the DrawImage() call. Intellisense has all the info you need, use it.
    I don't live here any more.

  3. #3

    Thread Starter
    Member
    Join Date
    Apr 2005
    Posts
    53

    Re: Printing a full size form

    Thank you. I'll do that.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width