print document problem here

G

Guest

hey, I want to print items in different places on the same piece of paper.

maybe one item at the upper left, one item in the bottom right.

or maybe a grid of 6 items, all spaced evenly in 2 rows of 3.

where do I start researching how to do this? will I have to specify pixel
by pixel or something?

any advice on where to go about doing this would be great. I'm new to
printing and print previews. thanks
 
P

Peter Duniho

Rogelio said:
hey, I want to print items in different places on the same piece of paper.

maybe one item at the upper left, one item in the bottom right.

or maybe a grid of 6 items, all spaced evenly in 2 rows of 3.

where do I start researching how to do this? will I have to specify pixel
by pixel or something?

You draw using a Graphics object, just as you would to draw to the
screen. It's a special Graphics object you get from the printing
system, but otherwise it works pretty much the same.
any advice on where to go about doing this would be great. I'm new to
printing and print previews. thanks

Here's a good starting point:

http://msdn2.microsoft.com/en-us/library/system.drawing.printing.aspx

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top