Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 318 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 318 Bytes

BarcodeGenerator

Generate Barcode in C# with help of WPF.

CreateBarCode(string productCode)

Method inside Barcode.xaml.cs which take string and create Barcode with the help of Encoder.cs than Barcode will be displayed on canvas.

Read more about this at: https://mudassar.tech/how-to-create-barcode-with-c-sharp/