我们很高兴地宣布Aspose.BarCode for Reporting Services 17.12的发布。 此版本的主要发展是支持使用设置版本号生成QR编码条形码。
设置QR版本号
现在使开发人员能够通过设置版本号来生成QR编码条形码。 设置QR版本号非常简单,并在下面给出的代码片段中演示。 代码片段包含使其自我解释的注释。
// Instantiate BarCodeBuilder object
Aspose.BarCode.BarCodeBuilder builder = new Aspose.BarCode.BarCodeBuilder();
// Set the Code text for the barcode
builder.CodeText = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
// Set the symbology type to QR
builder.EncodeType = Aspose.BarCode.Generation.EncodeTypes.QR;
// Set the error level
builder.QRErrorLevel = Aspose.BarCode.QRErrorLevel.LevelQ;
// Set the QR barcode version number
builder.QRVersion = Aspose.BarCode.QRVersion.Version10;
//Save the image
builder.Save("qr_version10_errorQ.png");
其它改进
此版本还修复了我们尊贵的客户报告的异常情况。 此版本中的完整修复列表如下。
- 设置许可证的过程已经改进。 现在API将显示正确的异常消息,以防许可证订阅过期。 设置许可证时间也得到了改善。
- Aspose.BarCode在多线程环境中的工作得到了增强。
- DatabarStacked条码识别过程得到了增强。
要查看新功能和修复的完整列表,请查看发行说明页面。此版本还包括许多重要的API和向后不兼容的更改。所有这些更改的列表值得一看,并可以在发行说明页面上查看。你可以通过访问Aspose.BarCode for Reporting Services 17.12主页下载部分来下载最新版本。
Aspose.BarCode for Reporting Services产品资源
以下资源将帮助您使用Aspose.BarCode for SSRS:
- Aspose.BarCode for SSRS API产品主页
- 下载Aspose.BarCode for SSRS
- Aspose.BarCode for SSRS Wiki文档 –帮助文档和API参考文档。
- Aspose.BarCode系列产品论坛 –发布您的技术问题和疑问,或者您在运行Aspose.BarCode API时遇到的任何其他问题。
- 启动Email订阅 –通过订阅Aspose.BarCode博客,您可以随时更新Aspose.BarCode API的最新新闻,新功能,修复以及其他与API相关的主题。