After upgrading aspose.barcode from 19.5.0 to19.6.0 I’m getting an error using this code:
var generator = new BarCodeGenerator(EncodeTypes.QR, code) { AutoSizeMode = AutoSizeMode.Interpolation };
19.5 appears to have no comments or obsolete message.
Am I doing something wrong?
Thanks in advance.
Best regards Morten
@mortenma ,
Thanks for your query.
We have made some APIs changes in newer Aspose.BarCode 19.6. Please use Aspose.BarCode.Generation.BarcodeGenerator class instead. Also, see the documents with examples in the section:
Topics convered in Barcode C# library includes supported symbologies, barcode appearance-related features, adjusting barcode size, changing barcode text, saving created barcodes, dealing with GUI-based development tools. The essential information can...
Hope, this helps a bit.