I am trying to print a windows form i have created in VB .net. When printing the heading i use
ev.Graphics.DrawString(Label1.Text, headingFont, drawBrush, 390, 7)
This is puts it in the middle but not if the DPI changes. I am pretty much at the end of the line so any help would be greatly appreciated.
aspro
ev.Graphics.DrawString(Label1.Text, headingFont, drawBrush, 390, 7)
This is puts it in the middle but not if the DPI changes. I am pretty much at the end of the line so any help would be greatly appreciated.
aspro