PrintDocument in VB.Net

  • Thread starter Thread starter JanT.
  • Start date Start date
J

JanT.

Hi, In VB6, it was possible på set the XY coordinates and font type
and size for each text in a document with the printer. properties.

How is this possible in VB.Net?
I'm only able to print with the same font and set the margins!
 
* (e-mail address removed) (JanT.) scripsit:
Hi, In VB6, it was possible på set the XY coordinates and font type
and size for each text in a document with the printer. properties.

How is this possible in VB.Net?
I'm only able to print with the same font and set the margins!

You can specify the position in your calls to 'DrawString'.
 
Back
Top