barnhill / barcodelib

C# Barcode Image Generation Library
Apache License 2.0
733 stars 238 forks source link

Ability to add multiple lines #151

Open D-Diyare opened 1 year ago

D-Diyare commented 1 year ago

Hi, I was curious to know if this feature can be implemented?! let's see we have 2 lines of code one will be the digits the other will be the product number, in that case, we choose which line can be used as the main representation of the barcode image.

binki commented 1 year ago

Could you please be a little more clear, perhaps by sharing an example of what the end result would be? Thanks!

D-Diyare commented 1 year ago

Here is an example for how should the end result look like: image the numbers below should be used as primary for the image reflection and the text above is just a secondary text we need for the product name.

barnhill commented 1 year ago

I would consider these two separate things. The barcode itself is the bottom part and the product name is separate and its own field.