Search code examples
c#winformsbarcodebarcode-printing

Include two label in Barcode using BarcodeLib in C# winforms


I have developed an application that encodes string into barcode. For this I used BarcodeLib. I can include a Label into Barcode.

My question is How to include two labels in barcode?

I am using vs2010, c#, winforms and BarcodeLib library.


Solution

  • Found a library online to generate barcode with two labels. Sprire.Barcode is the library provided.