I have error in this line
- ean13.Code = BarcodeEAN.GetBarsEAN13(row.Cells[12].Value.ToString(), false, BarcodeEAN.EAN13);
everity Code Description Project File Line Suppression State
Error CS1501 No overload for method 'GetBarsEAN13' takes 3 arguments BSS C:\Users\GB\source\repos\BSS\BSS\7101_Proizvodni_Proces_Pregled.cs 5317 Active
Complete code
- BarcodeEAN ean13 = new BarcodeEAN();
- ean13.CodeType = Barcode.EAN13;
- ean13.ChecksumText = true;
- ean13.GenerateChecksum = true;
- ean13.Code = BarcodeEAN.GetBarsEAN13(row.Cells[12].Value.ToString(), false, BarcodeEAN.EAN13);
- System.Drawing.Bitmap bm = new System.Drawing.Bitmap(ean13.CreateDrawingImage(System.Drawing.Color.Black, System.Drawing.Color.White));
Sachin SinghPosted Nov 13, 2020, 9:36 AM
Ben ThompsonPosted Nov 13, 2020, 8:41 AM
alice yangPosted Nov 5, 2020, 7:10 PM
Rajanikant HawaldarPosted Nov 5, 2020, 8:21 AM
Goran BibicPosted Nov 5, 2020, 7:40 AM
Goran BibicPosted Nov 5, 2020, 4:51 AM
Rajanikant Hawaldar
Rajanikant HawaldarPosted Nov 5, 2020, 4:50 AM