it_farooq

it_farooq

  • NA
  • 19
  • 0

printing at same coordinates of page as of windows form

Feb 17 2004 7:25 AM
i have two functions: onPaint() and onPrint() both these initializes the graphics object and call the function draw(graphics g), but how can i make sure that look for both the windows form and print page is same. if i give the pageunit property to inches, then inch is quite big on form, but it is not the same on the page. so what should i do?