Printing Labels

  • Thread starter Thread starter Stelrad Doulton
  • Start date Start date
S

Stelrad Doulton

Hi,

I have a requirement from my app to print a variable number of incrementing
labels (actually barcodes but integer values will do for now). I have some
suitable labels - 48 to a sheet and I am stuck as to the next step having
never done any printing from an app before.

Can the group make any suggestions?

Cheers
 
Windows should have a common dialog to retrieve Label dimensions and page
sizes.

what do you tink?

In the meantime you need to enter to your program the paper and label magins
etc.
Then calculate each label rectangle and then Draw into a printer Graphic
using that rectangle for clipping.

good luck.

Alejandro Lapeyre
 
OK, thanks I'll have a look into that.
Cheers

alejandro lapeyre said:
Windows should have a common dialog to retrieve Label dimensions and page
sizes.

what do you tink?

In the meantime you need to enter to your program the paper and label
magins etc.
Then calculate each label rectangle and then Draw into a printer Graphic
using that rectangle for clipping.

good luck.

Alejandro Lapeyre
 
Back
Top