0 votes

I have generated barcode. Now I want to print it using barcode printer (TSC TA200).How to proceed? Please help..

by (300 points)

1 Answer

0 votes

Barcoded.dll generates regular images.

You can print them on any printer in the same was as you would print regular pictures using .NET's PrintDocument class.

You can see an example in WindowsFoms_CS project in the download package.

by (297k points)
...