Non-printable area and PrintDocument

G

Guest

I'm using a print document object in a preview control and/or to send to a
printer. The printer seems to have a 'non-printable' area thats 1/8" from
the top/bottom and 1/4" left/right. Is there a way of detecting these?
They'll be specific to the printer I'd guess. Or am I missing something and
theres a way move/remove these? ( I'm new to the Graphics and PrintDocument
objects)

The Page Setting margins, if set, are from this 'hardware' margin. If Top
margin is = 100 (at 100/inch) then my margin on paper is 1 1/8". The
preview control works great, no problem there at all. I've tried this on two
different printers and this area is a little different on each, but same
results.

thx
troy
 
H

Herfried K. Wagner [MVP]

Troy said:
I'm using a print document object in a preview control and/or to send to a
printer. The printer seems to have a 'non-printable' area thats 1/8" from
the top/bottom and 1/4" left/right. Is there a way of detecting these?
They'll be specific to the printer I'd guess. Or am I missing something
and
theres a way move/remove these? ( I'm new to the Graphics and
PrintDocument
objects)

Determining a printer's physical margins
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=getphysicalprintermargins&lang=en>
 

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