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'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top