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.
 
Back
Top