printing at same coordinates of page as of windows form
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?