So, I want to display a string as Barcode. I want to use Code128 Auto. And I dont want to use nuggets. How Can I do that? At the end I just want to have an TextBlock in WPF with the String of BarCode in it.
EDIT
So I already have an Font of Code128 in my Textblock in WPF. But my Problem is, that I cant scann the barcode font with an Barcode scanner.
For generating a barcode you could use a library like NetBarcode. It will create an image that you need to display in your app. Displaying the barcode in a Textbox might not be possible since bitmap data is generated for code128 barcodes.