5,450 questions
To solve the compilation errors, try this:
SkiaSharp.SKImage img = barcode.Encode( BarcodeStandard.Type.UpcA, txtinvoice.Text, SkiaSharp.SKColors.Black, SkiaSharp.SKColors.White, 290, 120 );
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I try to generate barcodes using BarcodeLib from NuGets library in visul studio 2019. But I have an error
To solve the compilation errors, try this:
SkiaSharp.SKImage img = barcode.Encode( BarcodeStandard.Type.UpcA, txtinvoice.Text, SkiaSharp.SKColors.Black, SkiaSharp.SKColors.White, 290, 120 );