Pixeles / margin / printing question

  • Thread starter Thread starter Adrian
  • Start date Start date
A

Adrian

In print programs margins are set, presumably
in px. How does px convert to cm?
Hope someone can tell me.

Many thanks.
 
Actually, margins are typically set by inches, and printing with GDI+ is
measured in inches as well, where 100 = 1", so if you set a graphic item at
coordinates of 100,100 then it will be one inch from the left and one inch
from the top.

You would need to do conversion to cm manually.

-James
 
James Divine said:
Actually, margins are typically set by inches, and printing with GDI+ is
measured in inches as well, where 100 = 1", so if you set a graphic item at
coordinates of 100,100 then it will be one inch from the left and one inch
from the top.

Thanks a lot,
Adrian.
 

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

Back
Top