Reputation: 43
I want to be able to print barcodes (with the 3 of 9 font) using the string text in a Silverlight page. Is there any simple way to do it? Or should I be using a library like http://www.codeproject.com/KB/graphics/BarcodeLibrary.aspx. Any suggestions will be helpful.
Upvotes: 0
Views: 659
Reputation: 93561
You could generate 3 of 9 barcodes using graphic elements, but a font is easiest as the pattern for barcodes is quite tedious to replicate (I know as I generated several barcode fonts).
Try one of my barcode fonts here: http://fontstruct.com/fontstructors/hal9000lives
If you do want to try making it with UI elements, the 3 of 9 pattern is shown here: http://www.adams1.com/39code.html
Upvotes: 2
Reputation: 28718
The easiest way to print a barcode is using a barcode font.
Upvotes: 0